diff options
author | Ulrich Drepper <drepper@redhat.com> | 2007-07-28 18:04:22 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2007-07-28 18:04:22 +0000 |
commit | 429849d03dc4d390653f2d0a57eeed2cc359dbec (patch) | |
tree | c91c5120cd419fca97d79cfe9a26f2eadb34902d /io | |
parent | ef0af159c51df55116336189c2e84c29bc5e8228 (diff) | |
download | glibc-429849d03dc4d390653f2d0a57eeed2cc359dbec.tar.gz glibc-429849d03dc4d390653f2d0a57eeed2cc359dbec.tar.xz glibc-429849d03dc4d390653f2d0a57eeed2cc359dbec.zip |
Include <fcntl.h>.
Diffstat (limited to 'io')
-rw-r--r-- | io/tst-posix_fallocate.c | 1 |
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); |