From 96e88994f8e12b046778f58f3765466843aafba6 Mon Sep 17 00:00:00 2001 From: "Kaveh R. Ghazi" Date: Mon, 7 Sep 1998 20:37:13 +0000 Subject: mkstemp.c: Include config.h even when not IN_GCC. * mkstemp.c: Include config.h even when not IN_GCC. Wrap header inclusions inside HAVE_*_H macros. Include ansidecl.h when not IN_GCC. * vasprintf.c: Include stdarg.h/varargs.h first. * vprintf.c: Likewise. From-SVN: r22314 --- libiberty/vprintf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libiberty/vprintf.c') diff --git a/libiberty/vprintf.c b/libiberty/vprintf.c index 89c289eb105..65b425a4d6b 100644 --- a/libiberty/vprintf.c +++ b/libiberty/vprintf.c @@ -1,9 +1,9 @@ -#include #ifdef __STDC__ #include #else #include #endif +#include #include #undef vprintf int -- cgit v1.2.3