aboutsummaryrefslogtreecommitdiff
path: root/sim
diff options
context:
space:
mode:
authorHans-Peter Nilsson <hp@axis.com>2012-05-20 05:34:23 +0000
committerHans-Peter Nilsson <hp@axis.com>2012-05-20 05:34:23 +0000
commit3550b23619ef1078f00b3583ae04656410f5667f (patch)
tree35f435262b8753005a56c8642f9ba32dd7cafa44 /sim
parent29843cc2d2a4b73b39e1215f94fe6c05d2b7e602 (diff)
downloadgdb-3550b23619ef1078f00b3583ae04656410f5667f.zip
gdb-3550b23619ef1078f00b3583ae04656410f5667f.tar.gz
gdb-3550b23619ef1078f00b3583ae04656410f5667f.tar.bz2
PR 14072
* interp.c: Include config.h before system header files.
Diffstat (limited to 'sim')
-rw-r--r--sim/mcore/ChangeLog5
-rw-r--r--sim/mcore/interp.c1
2 files changed, 6 insertions, 0 deletions
diff --git a/sim/mcore/ChangeLog b/sim/mcore/ChangeLog
index 1a75a40..099b2a4 100644
--- a/sim/mcore/ChangeLog
+++ b/sim/mcore/ChangeLog
@@ -1,3 +1,8 @@
+2012-05-20 Hans-Peter Nilsson <hp@axis.com>
+
+ PR 14072
+ * interp.c: Include config.h before system header files.
+
2012-03-24 Mike Frysinger <vapier@gentoo.org>
* aclocal.m4, config.in, configure: Regenerate.
diff --git a/sim/mcore/interp.c b/sim/mcore/interp.c
index 5a4ccc2..8249b5a 100644
--- a/sim/mcore/interp.c
+++ b/sim/mcore/interp.c
@@ -18,6 +18,7 @@ GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>. */
+#include "config.h"
#include <signal.h>
#include "sysdep.h"
#include <sys/times.h>