mapper fixes for ncpu, debug is broken atm
[fceu.git] / state.h
diff --git a/state.h b/state.h
index 75b2623..71163f7 100644 (file)
--- a/state.h
+++ b/state.h
@@ -18,6 +18,8 @@
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  */
 
+#include <stdio.h>
+
 void SaveState(void);
 void LoadState(void);
 int FCEUSS_LoadFP(FILE *st, int make_backup);