diff options
Diffstat (limited to 'newlib')
-rw-r--r-- | newlib/ChangeLog | 4 | ||||
-rw-r--r-- | newlib/libc/stdio64/fdopen64.c | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog index a6dc8b607..5978810b4 100644 --- a/newlib/ChangeLog +++ b/newlib/ChangeLog @@ -1,5 +1,9 @@ 2003-07-25 Christopher Faylor <cgf@redhat.com> + * libc/stdio64/fdopen64.c: Include sys/lock.h. + +2003-07-25 Christopher Faylor <cgf@redhat.com> + * configure.host: Find cygwin include directory, when appropriate. 2003-07-24 Christopher Faylor <cgf@redhat.com> 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 (); |