SDCCglue.h included
authordrdani <drdani@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Mon, 31 Jan 2000 08:38:16 +0000 (08:38 +0000)
committerdrdani <drdani@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Mon, 31 Jan 2000 08:38:16 +0000 (08:38 +0000)
drdani

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@52 4a8a32a2-be11-0410-ad9d-d568d2c75423

src/z80/gen.c

index 3f5075bd183dc55ba4dc0e5975924080447b69fb..4629f056b9fd7beffe9de9c961423dcacc370972 100644 (file)
@@ -51,6 +51,7 @@
 #include "ralloc.h"
 #include "gen.h"
 #include "SDCCpeeph.h"
+#include "SDCCglue.h" /* drdani Jan 30 2000 */
 
 /* this is the down and dirty file with all kinds of kludgy & hacky
    stuff. This is what it is all about CODE GENERATION for a specific MCU.