diff options
Diffstat (limited to 'sim/arm/arminit.c')
-rw-r--r-- | sim/arm/arminit.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sim/arm/arminit.c b/sim/arm/arminit.c index 3a626c8..bc5456f 100644 --- a/sim/arm/arminit.c +++ b/sim/arm/arminit.c @@ -14,6 +14,9 @@ You should have received a copy of the GNU General Public License along with this program; if not, see <http://www.gnu.org/licenses/>. */ +/* This must come before any other includes. */ +#include "defs.h" + #include <string.h> #include "armdefs.h" |