aboutsummaryrefslogtreecommitdiff
path: root/sim/arm
diff options
context:
space:
mode:
Diffstat (limited to 'sim/arm')
-rw-r--r--sim/arm/ChangeLog5
-rw-r--r--sim/arm/wrapper.c1
2 files changed, 6 insertions, 0 deletions
diff --git a/sim/arm/ChangeLog b/sim/arm/ChangeLog
index d182253..68cd1a4 100644
--- a/sim/arm/ChangeLog
+++ b/sim/arm/ChangeLog
@@ -1,3 +1,8 @@
+2012-05-18 Nick Clifton <nickc@redhat.com>
+
+ PR 14072
+ * wrapper.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/arm/wrapper.c b/sim/arm/wrapper.c
index 3f185f0..1c55f75 100644
--- a/sim/arm/wrapper.c
+++ b/sim/arm/wrapper.c
@@ -21,6 +21,7 @@
run.c and gdb (when the simulator is linked with gdb).
All simulator interaction should go through this file. */
+#include "config.h"
#include <stdio.h>
#include <stdarg.h>
#include <string.h>