fix gcc compilation by adding vidblit header

This commit is contained in:
punkrockguy318 2015-09-13 18:15:00 +00:00
parent e97dab5425
commit 05a7ab1f33
1 changed files with 1 additions and 0 deletions

View File

@ -32,6 +32,7 @@
#include "vsuni.h"
#include "drawing.h"
#include "driver.h"
#include "drivers/common/vidblit.h"
#ifdef _S9XLUA_H
#include "fceulua.h"
#endif