diff options
author | Christopher Faylor <me@cgf.cx> | 2004-01-17 04:29:54 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2004-01-17 04:29:54 +0000 |
commit | 85b6d63ba4230613ce5f602cc76c0a6460c4676a (patch) | |
tree | 35c3f9e2e04f8ec1440822e3eb2a356d56439dbe /newlib/libc | |
parent | 46ee54222e0b68f87d541dd26026ec9bc649afed (diff) | |
download | newlib-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.c | 1 |
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> |