summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Bushnell, BSG <thomas@gnu.org>1996-11-05 05:08:15 +0000
committerThomas Bushnell, BSG <thomas@gnu.org>1996-11-05 05:08:15 +0000
commit4e32d5893fe23da238ca4eb2ded8aacd852f3284 (patch)
tree0d2df281ec2f86cc03fc66b30d50af49926023ac
parent0f110f410020b780e777de364553d0bf8d5e7ab4 (diff)
* stdio-common/vfprintf.c: Include <libc-lock.h>.cvs/libc-961105
-rw-r--r--stdio-common/vfprintf.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/stdio-common/vfprintf.c b/stdio-common/vfprintf.c
index 9eb6295c5d..50b4f02580 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"