summaryrefslogtreecommitdiffstats
path: root/newlib/libc/stdio64/fdopen64.c
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2003-07-25 16:19:55 +0000
committerChristopher Faylor <me@cgf.cx>2003-07-25 16:19:55 +0000
commit3c98a5930927df110549843c3c208d245e748c5b (patch)
tree96aeebb45d5d54a4e58d7bb42a1ede6d441a487a /newlib/libc/stdio64/fdopen64.c
parent86ed5c882136cc35546638a2acc1c30aa5373fbd (diff)
downloadcygnal-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.c1
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 ();