Add #include "config.h".
authorMichael Eager <eager@eagercon.com>
Wed, 6 Jun 2012 15:05:23 +0000 (15:05 +0000)
committerMichael Eager <eager@eagercon.com>
Wed, 6 Jun 2012 15:05:23 +0000 (15:05 +0000)
sim/ChangeLog
sim/microblaze/interp.c

index ea6f3bc8d1b20258aa4d2614153cd4b442d1e48d..db1fecb6d7c4271fcdf09957611818871a8af962 100644 (file)
@@ -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
index bddbf7ee4428c9ae7fc3dc0c08858823e93deb9f..4720a4d14eaa734e4112a0263a3bc6ad7127dbb9 100644 (file)
@@ -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"
This page took 0.025811 seconds and 4 git commands to generate.