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.
This commit is contained in:
Nebuleon 2014-01-29 08:32:10 +00:00
parent 548a1525db
commit 1a27e1128c
1 changed files with 3 additions and 0 deletions

View File

@ -179,6 +179,9 @@
#ifndef _DISPLAY_H_
#define _DISPLAY_H_
#include "port.h"
#include "snes9x.h"
enum s9x_getdirtype
{
DEFAULT_DIR = 0,