OSDN Git Service

Mon Oct 6 09:27:29 1997 Jason Merrill <jason@yorick.cygnus.com>
[pf3gnuchains/gcc-fork.git] / gcc / cp / g++spec.c
index e4bfc8d..beb8c57 100644 (file)
@@ -1,7 +1,18 @@
+#include "config.h"
+
 #include <sys/types.h>
 #include <stdio.h>
+
 #include "gansidecl.h"
 
+#ifdef HAVE_STDLIB_H
+#include <stdlib.h>
+#endif
+
+#ifdef HAVE_STRING_H
+#include <string.h>
+#endif
+
 /* This bit is set if we saw a `-xfoo' language specification.  */
 #define LANGSPEC       (1<<1)
 /* This bit is set if they did `-lm' or `-lmath'.  */