summaryrefslogtreecommitdiff
path: root/emux64/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'emux64/src/main.c')
-rw-r--r--emux64/src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/emux64/src/main.c b/emux64/src/main.c
index 4396eb5..c23a48f 100644
--- a/emux64/src/main.c
+++ b/emux64/src/main.c
@@ -30,8 +30,8 @@
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
-#include <cpu/cpu.h>
#include <string.h>
+#include "cpu/cpu.h"
static char *rom_file = NULL;