aboutsummaryrefslogtreecommitdiff
path: root/sim/ppc/igen.c
diff options
context:
space:
mode:
authorMichael Meissner <gnu@the-meissners.org>1995-11-02 20:21:35 +0000
committerMichael Meissner <gnu@the-meissners.org>1995-11-02 20:21:35 +0000
commitc494cadde621b6d371d03df79486176c10bea303 (patch)
tree03d8d63bee68e226acc43019ff8f71206b243c2a /sim/ppc/igen.c
parent183e1f0d7cfee05ed0c39f36a1934e4476546436 (diff)
downloadgdb-c494cadde621b6d371d03df79486176c10bea303.zip
gdb-c494cadde621b6d371d03df79486176c10bea303.tar.gz
gdb-c494cadde621b6d371d03df79486176c10bea303.tar.bz2
Use autoconf correctly; provide more stats with -I
Diffstat (limited to 'sim/ppc/igen.c')
-rw-r--r--sim/ppc/igen.c11
1 files changed, 10 insertions, 1 deletions
diff --git a/sim/ppc/igen.c b/sim/ppc/igen.c
index cab46a0..3db56c0 100644
--- a/sim/ppc/igen.c
+++ b/sim/ppc/igen.c
@@ -20,12 +20,21 @@
#include <stdio.h>
#include <ctype.h>
-#include <string.h>
#include <getopt.h>
#include "misc.h"
#include "lf.h"
#include "table.h"
+#include "config.h"
+
+#ifdef HAVE_STRING_H
+#include <string.h>
+#else
+#ifdef HAVE_STRINGS_H
+#include <strings.h>
+#endif
+#endif
+
/****************************************************************/