diff --git a/zsnes/src/chips/dsp1emu.c b/zsnes/src/chips/dsp1emu.c index 316bf665..3d09538f 100644 --- a/zsnes/src/chips/dsp1emu.c +++ b/zsnes/src/chips/dsp1emu.c @@ -15,7 +15,7 @@ //along with this program; if not, write to the Free Software //Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. -#include +#include "../gblhdr.h" //#define DebugDSP1 diff --git a/zsnes/src/zip/zzip.c b/zsnes/src/zip/zzip.c index 408f6739..43fd33bf 100644 --- a/zsnes/src/zip/zzip.c +++ b/zsnes/src/zip/zzip.c @@ -15,7 +15,7 @@ //along with this program; if not, write to the Free Software //Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. -#include "gblhdr.h" +#include "../gblhdr.h" #include "unzip.h" #define CASESENSITIVITY (0)