* 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

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