summaryrefslogtreecommitdiff
path: root/io
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2007-07-28 18:04:22 +0000
committerUlrich Drepper <drepper@redhat.com>2007-07-28 18:04:22 +0000
commit429849d03dc4d390653f2d0a57eeed2cc359dbec (patch)
treec91c5120cd419fca97d79cfe9a26f2eadb34902d /io
parentef0af159c51df55116336189c2e84c29bc5e8228 (diff)
Include <fcntl.h>.
Diffstat (limited to 'io')
-rw-r--r--io/tst-posix_fallocate.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/io/tst-posix_fallocate.c b/io/tst-posix_fallocate.c
index 35c6489fde..53f0704c34 100644
--- a/io/tst-posix_fallocate.c
+++ b/io/tst-posix_fallocate.c
@@ -1,3 +1,4 @@
+#include <fcntl.h>
#include <sys/stat.h>
static void do_prepare (void);