]> gcc.gnu.org Git - gcc.git/blobdiff - gcc/genpeep.c
c-common.c: Include <stdlib.h> and <string.h>/<strings.h>.
[gcc.git] / gcc / genpeep.c
index f8159c82cfe801b4bb40fa07fd4272895575bcf4..357376b859074d135e6a71488469507fa6703ad6 100644 (file)
@@ -24,6 +24,10 @@ Boston, MA 02111-1307, USA.  */
 #include "rtl.h"
 #include "obstack.h"
 
+#ifdef HAVE_STDLIB_H
+#include <stdlib.h>
+#endif
+
 static struct obstack obstack;
 struct obstack *rtl_obstack = &obstack;
 
This page took 0.03012 seconds and 5 git commands to generate.