aboutsummaryrefslogtreecommitdiff
path: root/source/snes9x.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/snes9x.h')
-rw-r--r--source/snes9x.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/snes9x.h b/source/snes9x.h
index ad410e1..6f6caf5 100644
--- a/source/snes9x.h
+++ b/source/snes9x.h
@@ -4,10 +4,11 @@
#define _SNES9X_H_
#include <stdio.h>
+#include <stddef.h>
#include <stdlib.h>
#include <stdint.h>
-#include <libretro.h>
+#include <boolean.h>
#include "port.h"
#include "65c816.h"