aboutsummaryrefslogtreecommitdiff
path: root/newlib/libc
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2004-01-17 04:29:54 +0000
committerChristopher Faylor <me@cgf.cx>2004-01-17 04:29:54 +0000
commit85b6d63ba4230613ce5f602cc76c0a6460c4676a (patch)
tree35c3f9e2e04f8ec1440822e3eb2a356d56439dbe /newlib/libc
parent46ee54222e0b68f87d541dd26026ec9bc649afed (diff)
downloadnewlib-85b6d63ba4230613ce5f602cc76c0a6460c4676a.zip
newlib-85b6d63ba4230613ce5f602cc76c0a6460c4676a.tar.gz
newlib-85b6d63ba4230613ce5f602cc76c0a6460c4676a.tar.bz2
* libc/stdio/vfprintf.c: Add sys/lock.h include.
Diffstat (limited to 'newlib/libc')
-rw-r--r--newlib/libc/stdio/vfprintf.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/newlib/libc/stdio/vfprintf.c b/newlib/libc/stdio/vfprintf.c
index 5fe4431..96fa4ba 100644
--- a/newlib/libc/stdio/vfprintf.c
+++ b/newlib/libc/stdio/vfprintf.c
@@ -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>