projects
/
platform
/
upstream
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0f110f4
)
* stdio-common/vfprintf.c: Include <libc-lock.h>.
cvs/libc-961105
author
Thomas Bushnell, BSG
<thomas@gnu.org>
Tue, 5 Nov 1996 05:08:15 +0000
(
05:08
+0000)
committer
Thomas Bushnell, BSG
<thomas@gnu.org>
Tue, 5 Nov 1996 05:08:15 +0000
(
05:08
+0000)
stdio-common/vfprintf.c
patch
|
blob
|
history
diff --git
a/stdio-common/vfprintf.c
b/stdio-common/vfprintf.c
index 9eb6295c5d98a4f9b7c0dfb196659b0ca7225329..50b4f025802379b9f4c6b7f1092e2ed2f16890bd 100644
(file)
--- 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"