* libc/stdio/vfprintf.c: Add sys/lock.h include.

This commit is contained in:
Christopher Faylor 2004-01-17 04:29:54 +00:00
parent 46ee54222e
commit 85b6d63ba4
2 changed files with 5 additions and 0 deletions

View File

@ -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.

View File

@ -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>