]> gcc.gnu.org Git - gcc.git/blobdiff - gcc/integrate.c
c-common.c: Include <stdlib.h> and <string.h>/<strings.h>.
[gcc.git] / gcc / integrate.c
index ec1f8b81a3a00d4ec0889fa4389adad5321d2536..1dd29bdcf7dec0d91c2ba8143af798441fc00d37 100644 (file)
@@ -22,6 +22,11 @@ Boston, MA 02111-1307, USA.  */
 
 #include "config.h"
 #include <stdio.h>
+
+#ifdef HAVE_STDLIB_H
+#include <stdlib.h>
+#endif
+
 #include "rtl.h"
 #include "tree.h"
 #include "regs.h"
This page took 0.029931 seconds and 5 git commands to generate.