Fixed .h files.

This commit is contained in:
n-a-c-h
2005-04-02 21:32:48 +00:00
parent ddc711a8ad
commit 094b5ba3a3

View File

@@ -23,7 +23,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
#ifdef __LINUX__
#include "gblhdr.h"
#include "../gblhdr.h"
#define DIR_SLASH "/"
#else
#include <stdio.h>
@@ -33,7 +33,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
#define DIR_SLASH "\\"
#endif
#include "memtable.h"
#include "gblvars.h"
#include "../gblvars.h"
extern unsigned int Curtableaddr, tableA[256];