]> gcc.gnu.org Git - gcc.git/blobdiff - gcc/dbxout.c
c-common.c: Include <stdlib.h> and <string.h>/<strings.h>.
[gcc.git] / gcc / dbxout.c
index a1d828f9f238a3222a58a221305a43662e9ce63b..7fa9139b9d80ac72a8f1657708d554bd5ac22c71 100644 (file)
@@ -72,6 +72,14 @@ Boston, MA 02111-1307, USA.  */
 #include <stdio.h>
 #include <errno.h>
 
+#ifdef HAVE_STRING_H
+#include <string.h>
+#else
+#ifdef HAVE_STRINGS_H
+#include <strings.h>
+#endif
+#endif
+
 #include "tree.h"
 #include "rtl.h"
 #include "flags.h"
This page took 0.030586 seconds and 5 git commands to generate.