Update.
[deliverable/binutils-gdb.git] / binutils / budemang.c
index 7e0b6124129ef21f5c0b074e125a67561cc727fe..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.022575 seconds and 4 git commands to generate.