all: include relative path of ines.h to avoid compilation errors with gcc

This commit is contained in:
punkrockguy318 2012-06-24 17:52:46 +00:00
parent f121662ad9
commit 3d5962366a
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@
*/
#include "mapinc.h"
#include "ines.h"
#include "../ines.h"
static uint8 latche, latcheinit, bus_conflict;
static uint16 addrreg0, addrreg1;