aboutsummaryrefslogtreecommitdiff
path: root/sim/ppc/debug.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/debug.c
parent183e1f0d7cfee05ed0c39f36a1934e4476546436 (diff)
downloadfsf-binutils-gdb-c494cadde621b6d371d03df79486176c10bea303.zip
fsf-binutils-gdb-c494cadde621b6d371d03df79486176c10bea303.tar.gz
fsf-binutils-gdb-c494cadde621b6d371d03df79486176c10bea303.tar.bz2
Use autoconf correctly; provide more stats with -I
Diffstat (limited to 'sim/ppc/debug.c')
-rw-r--r--sim/ppc/debug.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/sim/ppc/debug.c b/sim/ppc/debug.c
index b23644c..e8c054f 100644
--- a/sim/ppc/debug.c
+++ b/sim/ppc/debug.c
@@ -23,7 +23,10 @@
#define _DEBUG_C_
#include "basics.h"
+
+#ifdef HAVE_STDLIB
#include <stdlib.h>
+#endif
int ppc_trace[nr_trace_options];
int print_info;