X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?p=rmac;a=blobdiff_plain;f=object.c;h=c20e714672ae71bbec86b1d5ead44e2a7e547ae9;hp=af019f07c14a8ef32d78e04d655840443d131040;hb=5f23454f7155f0c77ea1bede3f9e60b39da99fa8;hpb=03eb5a53e1990094c317c12d496245d8b472333c diff --git a/object.c b/object.c index af019f0..c20e714 100644 --- a/object.c +++ b/object.c @@ -7,12 +7,12 @@ // #include "object.h" +#include "6502.h" #include "error.h" #include "mark.h" #include "riscasm.h" #include "sect.h" #include "symbol.h" -extern void m6502obj(int ofd); //#define DEBUG_ELF