From 1a27e1128cb039404ba38a5385a47508d3c2071f Mon Sep 17 00:00:00 2001 From: Nebuleon Date: Wed, 29 Jan 2014 08:32:10 +0000 Subject: [PATCH] display.h: Include required headers for types Types bool8 and STREAM are required by the declarations. They are defined in port.h and snes9x.h. --- display.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/display.h b/display.h index 4f261765..199632af 100644 --- a/display.h +++ b/display.h @@ -179,6 +179,9 @@ #ifndef _DISPLAY_H_ #define _DISPLAY_H_ +#include "port.h" +#include "snes9x.h" + enum s9x_getdirtype { DEFAULT_DIR = 0,