* libc/stdio/vfprintf.c: Add sys/lock.h include.
This commit is contained in:
parent
46ee54222e
commit
85b6d63ba4
|
@ -1,3 +1,7 @@
|
|||
2004-01-16 Christopher Faylor <cgf@redhat.com>
|
||||
|
||||
* libc/stdio/vfprintf.c: Add sys/lock.h include.
|
||||
|
||||
2004-01-16 Thomas Pfaff <tpfaff@gmx.net>
|
||||
|
||||
* libc/stdio/findfp.c (__sfp): Remove unnecessary memset.
|
||||
|
|
|
@ -187,6 +187,7 @@ static char *rcsid = "$Id$";
|
|||
#include <reent.h>
|
||||
#include <wchar.h>
|
||||
#include <string.h>
|
||||
#include <sys/lock.h>
|
||||
|
||||
#ifdef _HAVE_STDC
|
||||
#include <stdarg.h>
|
||||
|
|
Loading…
Reference in New Issue