From 7b14e1356f7bd0826ae32efe6c2b558e5136ec5c Mon Sep 17 00:00:00 2001 From: Nebuleon Fumika Date: Wed, 29 Jan 2014 20:53:17 +0000 Subject: [PATCH] Include required headers for types in snapshot.h, display.h --- display.h | 2 ++ snapshot.h | 2 ++ 2 files changed, 4 insertions(+) diff --git a/display.h b/display.h index 4f261765..fd50d23d 100644 --- a/display.h +++ b/display.h @@ -179,6 +179,8 @@ #ifndef _DISPLAY_H_ #define _DISPLAY_H_ +#include "snes9x.h" + enum s9x_getdirtype { DEFAULT_DIR = 0, diff --git a/snapshot.h b/snapshot.h index 88798a23..a234b8d8 100644 --- a/snapshot.h +++ b/snapshot.h @@ -179,6 +179,8 @@ #ifndef _SNAPSHOT_H_ #define _SNAPSHOT_H_ +#include "snes9x.h" + #define SNAPSHOT_MAGIC "#!s9xsnp" #define SNAPSHOT_VERSION_IRQ 7 #define SNAPSHOT_VERSION_BAPU 8