* stdio-common/vfprintf.c: Include <libc-lock.h>. cvs/libc-961105
authorThomas Bushnell, BSG <thomas@gnu.org>
Tue, 5 Nov 1996 05:08:15 +0000 (05:08 +0000)
committerThomas Bushnell, BSG <thomas@gnu.org>
Tue, 5 Nov 1996 05:08:15 +0000 (05:08 +0000)
stdio-common/vfprintf.c

index 9eb6295c5d98a4f9b7c0dfb196659b0ca7225329..50b4f025802379b9f4c6b7f1092e2ed2f16890bd 100644 (file)
@@ -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"