aboutsummaryrefslogtreecommitdiff
path: root/source/memmap.c
diff options
context:
space:
mode:
authortwinaphex2020-10-04 02:42:04 +0200
committertwinaphex2020-10-04 02:42:04 +0200
commit8f1b7db6e2a75a08c701952ac756f8f4abb2aaba (patch)
treef55899cdd5a8ec1006ce91581f5d078eda78e16d /source/memmap.c
parent0dcafe459f06f00a4ca9cd0b54761c5b43ceeec5 (diff)
downloadsnes9x2005-8f1b7db6e2a75a08c701952ac756f8f4abb2aaba.tar.gz
snes9x2005-8f1b7db6e2a75a08c701952ac756f8f4abb2aaba.tar.bz2
snes9x2005-8f1b7db6e2a75a08c701952ac756f8f4abb2aaba.zip
Cleanups
Diffstat (limited to 'source/memmap.c')
-rw-r--r--source/memmap.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/memmap.c b/source/memmap.c
index 5f7d84a..9fda545 100644
--- a/source/memmap.c
+++ b/source/memmap.c
@@ -1,5 +1,6 @@
#include "../copyright"
+#include <stdio.h>
#include <string.h>
#ifdef HAVE_STRINGS_H
#include <strings.h>