diff options
Diffstat (limited to 'sim/rl78/cpu.c')
-rw-r--r-- | sim/rl78/cpu.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sim/rl78/cpu.c b/sim/rl78/cpu.c index fde8afe..1bd8b6e 100644 --- a/sim/rl78/cpu.c +++ b/sim/rl78/cpu.c @@ -19,7 +19,9 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "config.h" +/* This must come before any other includes. */ +#include "defs.h" + #include <stdio.h> #include <string.h> #include <stdlib.h> |