diff options
author | Thomas Bushnell, BSG <thomas@gnu.org> | 1996-11-05 05:08:15 +0000 |
---|---|---|
committer | Thomas Bushnell, BSG <thomas@gnu.org> | 1996-11-05 05:08:15 +0000 |
commit | 4e32d5893fe23da238ca4eb2ded8aacd852f3284 (patch) | |
tree | 0d2df281ec2f86cc03fc66b30d50af49926023ac /stdio-common | |
parent | 0f110f410020b780e777de364553d0bf8d5e7ab4 (diff) | |
download | glibc-4e32d5893fe23da238ca4eb2ded8aacd852f3284.zip glibc-4e32d5893fe23da238ca4eb2ded8aacd852f3284.tar.gz glibc-4e32d5893fe23da238ca4eb2ded8aacd852f3284.tar.bz2 |
* stdio-common/vfprintf.c: Include <libc-lock.h>.cvs/libc-961105
Diffstat (limited to 'stdio-common')
-rw-r--r-- | stdio-common/vfprintf.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/stdio-common/vfprintf.c b/stdio-common/vfprintf.c index 9eb6295..50b4f02 100644 --- a/stdio-common/vfprintf.c +++ b/stdio-common/vfprintf.c @@ -23,6 +23,7 @@ Boston, MA 02111-1307, USA. */ #include <stdlib.h> #include <errno.h> #include <wchar.h> +#include <libc-lock.h> #include "_itoa.h" #include "../locale/localeinfo.h" |