]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Include <fcntl.h>.
authorUlrich Drepper <drepper@redhat.com>
Sat, 28 Jul 2007 18:04:22 +0000 (18:04 +0000)
committerUlrich Drepper <drepper@redhat.com>
Sat, 28 Jul 2007 18:04:22 +0000 (18:04 +0000)
io/tst-posix_fallocate.c

index 35c6489fde0e5d1ff4332e0a98d998ad718f92b8..53f0704c34c4e52167ef9c11ec8f3ecef5675e4b 100644 (file)
@@ -1,3 +1,4 @@
+#include <fcntl.h>
 #include <sys/stat.h>
 
 static void do_prepare (void);