diff options
Diffstat (limited to 'sim/mips/cp1.c')
-rw-r--r-- | sim/mips/cp1.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sim/mips/cp1.c b/sim/mips/cp1.c index f5d3d1d..03ed0c0 100644 --- a/sim/mips/cp1.c +++ b/sim/mips/cp1.c @@ -40,6 +40,9 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */ (Originally, this code was in interp.c) */ +/* This must come before any other includes. */ +#include "defs.h" + #include "sim-main.h" #include <stdlib.h> |