diff options
author | Christopher Faylor <me@cgf.cx> | 2003-07-25 16:19:55 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2003-07-25 16:19:55 +0000 |
commit | 3c98a5930927df110549843c3c208d245e748c5b (patch) | |
tree | 96aeebb45d5d54a4e58d7bb42a1ede6d441a487a /newlib/libc/stdio64/fdopen64.c | |
parent | 86ed5c882136cc35546638a2acc1c30aa5373fbd (diff) | |
download | cygnal-3c98a5930927df110549843c3c208d245e748c5b.tar.gz cygnal-3c98a5930927df110549843c3c208d245e748c5b.tar.bz2 cygnal-3c98a5930927df110549843c3c208d245e748c5b.zip |
* libc/stdio64/fdopen64.c: Include sys/lock.h.
Diffstat (limited to 'newlib/libc/stdio64/fdopen64.c')
-rw-r--r-- | newlib/libc/stdio64/fdopen64.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/newlib/libc/stdio64/fdopen64.c b/newlib/libc/stdio64/fdopen64.c index 96c76411f..d0fd0d584 100644 --- a/newlib/libc/stdio64/fdopen64.c +++ b/newlib/libc/stdio64/fdopen64.c @@ -30,6 +30,7 @@ File pointer or <<NULL>>, as for <<fopen>>. #include <errno.h> #include "local64.h" #include <_syslist.h> +#include <sys/lock.h> extern int __sflags (); |