Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2003-07-25 20:19:55 +0400
committerChristopher Faylor <me@cgf.cx>2003-07-25 20:19:55 +0400
commit3c98a5930927df110549843c3c208d245e748c5b (patch)
tree96aeebb45d5d54a4e58d7bb42a1ede6d441a487a /newlib/libc/stdio64
parent86ed5c882136cc35546638a2acc1c30aa5373fbd (diff)
* libc/stdio64/fdopen64.c: Include sys/lock.h.
Diffstat (limited to 'newlib/libc/stdio64')
-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 ();