diff options
author | Michael Eager <eager@eagercon.com> | 2012-06-06 15:05:23 +0000 |
---|---|---|
committer | Michael Eager <eager@eagercon.com> | 2012-06-06 15:05:23 +0000 |
commit | f5546abd5e333cb36e3f69d58efaf37103337ff8 (patch) | |
tree | a818713d18e53fa3118b289f5f10f33fb31ea055 | |
parent | ffbc01ccf0e0c923db2ffa3a6b3ca6b4f6d08ac5 (diff) | |
download | gdb-f5546abd5e333cb36e3f69d58efaf37103337ff8.zip gdb-f5546abd5e333cb36e3f69d58efaf37103337ff8.tar.gz gdb-f5546abd5e333cb36e3f69d58efaf37103337ff8.tar.bz2 |
Add #include "config.h".
-rw-r--r-- | sim/ChangeLog | 4 | ||||
-rw-r--r-- | sim/microblaze/interp.c | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/sim/ChangeLog b/sim/ChangeLog index ea6f3bc..db1fecb 100644 --- a/sim/ChangeLog +++ b/sim/ChangeLog @@ -1,3 +1,7 @@ +2012-06-06 Michael Eager <eager@eagercon.com> + + * microblaze/interp.c (config.h): Add #include. + 2011-11-29 Joel Brobecker <brobecker@adacore.com> * MAINTAINERS (Global Maintainers): New section. Add Mike diff --git a/sim/microblaze/interp.c b/sim/microblaze/interp.c index bddbf7e..4720a4d 100644 --- a/sim/microblaze/interp.c +++ b/sim/microblaze/interp.c @@ -23,6 +23,7 @@ #include <sys/times.h> #include <sys/param.h> #include <netinet/in.h> /* for byte ordering macros */ +#include "config.h" #include "bfd.h" #include "gdb/callback.h" #include "libiberty.h" |