fix gcc/llvm compliation errors by adding include

This commit is contained in:
punkrockguy318 2012-09-23 14:51:56 +00:00
parent a3e21f76cd
commit 2524abbb3c
1 changed files with 2 additions and 1 deletions

View File

@ -38,7 +38,8 @@
#include "state.h"
#include "video.h"
#include "input.h"
#include "driver.h"
#include "driver.h"
#include "debug.h"
#define VBlankON (PPU[0]&0x80) //Generate VBlank NMI