* libc/stdio64/fdopen64.c: Include sys/lock.h.

This commit is contained in:
Christopher Faylor 2003-07-25 16:19:55 +00:00
parent 86ed5c8821
commit 3c98a59309
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
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.

View File

@ -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 ();