diff options
-rw-r--r-- | stateview.c | 1 | ||||
-rw-r--r-- | vgmplay.c | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/stateview.c b/stateview.c index 1e8632f..3f860e7 100644 --- a/stateview.c +++ b/stateview.c @@ -7,6 +7,7 @@ #include <stdio.h> #include "vdp.h" #include "render.h" +#include "util.h" #include "blastem.h" //not used, but referenced by the renderer since it handles input @@ -7,6 +7,7 @@ #include "ym2612.h" #include "psg.h" #include "config.h" +#include "util.h" #include <stdint.h> #include <stdio.h> |