]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - sim/arm/thumbemu.c
sim: switch config.h usage to defs.h
[thirdparty/binutils-gdb.git] / sim / arm / thumbemu.c
index fa70d5bfcfbf994f48a7953b5a979c2204df68a0..6915d23ec4cc35d0250fa8da3042b50b92c027a7 100644 (file)
@@ -18,6 +18,9 @@
 instruction into its corresponding ARM instruction, and using the
 existing ARM simulator.  */
 
+/* This must come before any other includes.  */
+#include "defs.h"
+
 #ifndef MODET                  /* required for the Thumb instruction support */
 #if 1
 #error "MODET needs to be defined for the Thumb world to work"