Index: rom/booter.x
===================================================================
--- rom/booter.x	(revision b28a12ef97b945387f5b106a616f46d89ccff6b6)
+++ rom/booter.x	(revision e877e55993af7ec31a186b7407b09bed7f85689c)
@@ -31,3 +31,2 @@
 
 extern	int16_t		booter(int8_t *fn, int32_t textadr);
-
Index: rom/romp.x
===================================================================
--- rom/romp.x	(revision b28a12ef97b945387f5b106a616f46d89ccff6b6)
+++ rom/romp.x	(revision e877e55993af7ec31a186b7407b09bed7f85689c)
@@ -2,4 +2,5 @@
 
 #include "regs.h"
+#include "setjmp.h"
 #include "stdint.h"
 
@@ -156,3 +157,2 @@
 extern	int16_t		wdump(uint16_t *loc, uint16_t *lastloc, int16_t nwide, int16_t unit);
 extern	int16_t		xdtoi(int16_t c);
-
