diff options
Diffstat (limited to 'emux64/src/cpu/cpu_subr.c')
-rw-r--r-- | emux64/src/cpu/cpu_subr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emux64/src/cpu/cpu_subr.c b/emux64/src/cpu/cpu_subr.c index a7be333..8833bdf 100644 --- a/emux64/src/cpu/cpu_subr.c +++ b/emux64/src/cpu/cpu_subr.c @@ -27,9 +27,9 @@ * POSSIBILITY OF SUCH DAMAGE. */ -#include <cpu/cpu.h> #include <stdio.h> #include <errno.h> +#include "cpu/cpu.h" void cpu_dump(struct osmx_core *core) |