]> Shamusworld >> Repos - rmac/blobdiff - rmac.c
Fix silly mask bugs, added check for use of undefined register equates.
[rmac] / rmac.c
diff --git a/rmac.c b/rmac.c
index 8dde4c6d9a34925a534de81a25cd2c7fb8b8b8b4..02bdcfd6e90c9ef6b52b73dd45073e611759ec44 100644 (file)
--- a/rmac.c
+++ b/rmac.c
@@ -15,7 +15,7 @@
 #include "sect.h"
 #include "mark.h"
 #include "macro.h"
-#include "risca.h"
+#include "riscasm.h"
 #include "direct.h"
 #include "version.h"
 #include "debug.h"