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