* libc/stdio64/fdopen64.c: Include sys/lock.h.
This commit is contained in:
parent
86ed5c8821
commit
3c98a59309
|
@ -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.
|
||||
|
|
|
@ -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 ();
|
||||
|
||||
|
|
Loading…
Reference in New Issue