]> Shamusworld >> Repos - rmac/blobdiff - rmac.h
Fix a small buglet in the last patch. :-)
[rmac] / rmac.h
diff --git a/rmac.h b/rmac.h
index 5ae6d13f76f15a9ced6144513909c4dd204a7101..3d23ed55573b8c73554f5aeb0bc78f656a500f51 100644 (file)
--- a/rmac.h
+++ b/rmac.h
 // Non-target specific stuff
 //
 #include <inttypes.h>
+#include <dirent.h>
 #include "symbol.h"
 
 #define BYTE         uint8_t
@@ -316,6 +317,7 @@ extern int legacy_flag;
 extern int prg_flag;   // 1 = write ".PRG" relocatable executable
 extern LONG PRGFLAGS;
 extern int optim_flags[OPT_COUNT];
+extern int optim_pc;
 extern int activecpu;
 extern int activefpu;
 extern uint32_t org68k_address;