]> Shamusworld >> Repos - rmac/blobdiff - direct.h
Modified IMACRO and IREPT to store line numbers during definition - error now correct...
[rmac] / direct.h
index ea1aa231666fa83fac2d90c869a97abf81c8b32f..d1924de5ab0a6d5243bea5e7f53f34b9cd290f08 100644 (file)
--- a/direct.h
+++ b/direct.h
@@ -10,6 +10,7 @@
 #define __DIRECT_H__
 
 #include "rmac.h"
+#include "token.h"
 
 // Exported variables
 extern TOKEN exprbuf[];