aboutsummaryrefslogtreecommitdiff
path: root/sim/rl78/load.c
diff options
context:
space:
mode:
Diffstat (limited to 'sim/rl78/load.c')
-rw-r--r--sim/rl78/load.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sim/rl78/load.c b/sim/rl78/load.c
index c137ba6..a2a57b0 100644
--- a/sim/rl78/load.c
+++ b/sim/rl78/load.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 <stdlib.h>
#include <string.h>