Update.
[deliverable/binutils-gdb.git] / binutils / budemang.c
index f80e196c9a02941e9071a64aed56f3d3ff3b7cfa..3f8d385c5e5b0131e3d632754e140cb72c6f9971 100644 (file)
    Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
    02111-1307, USA.  */
 
+#include "config.h"
 #include <stdlib.h>
+#ifdef HAVE_STRING_H
 #include <string.h>
+#else
+#ifdef HAVE_STRINGS_H
+#include <strings.h>
+#endif
+#endif
 #include "bfd.h"
 #include "libiberty.h"
 #include "demangle.h"
This page took 0.02326 seconds and 4 git commands to generate.