Added includes
authorceriel <none@none>
Thu, 26 Jan 1989 10:52:51 +0000 (10:52 +0000)
committerceriel <none@none>
Thu, 26 Jan 1989 10:52:51 +0000 (10:52 +0000)
util/ceg/ce_back/as_back/bss.c
util/ceg/ce_back/as_back/gen1.c
util/ceg/ce_back/as_back/gen2.c
util/ceg/ce_back/as_back/gen4.c
util/ceg/ce_back/as_back/reloc1.c
util/ceg/ce_back/as_back/reloc2.c
util/ceg/ce_back/as_back/reloc4.c
util/ceg/ce_back/obj_back/gen1.c
util/ceg/ce_back/obj_back/gen2.c
util/ceg/ce_back/obj_back/gen4.c

index ee4aa28..d47a2c8 100644 (file)
@@ -1,4 +1,5 @@
 #include "header.h"
+#include <em.h>
 
 common(n)
 arith n;
index 6655466..79af73e 100644 (file)
@@ -1,4 +1,5 @@
 #include "header.h"
+#include <em.h>
 
 gen1( w)
 ONE_BYTE w;
index 43ecd02..73e41e5 100644 (file)
@@ -1,4 +1,5 @@
 #include "header.h"
+#include <em.h>
 
 gen2( w)
 TWO_BYTES w;
index 80f231a..5b311b9 100644 (file)
@@ -1,4 +1,5 @@
 #include "header.h"
+#include <em.h>
 
 gen4( w)
 FOUR_BYTES w;
index a32fb61..8d0d2c7 100644 (file)
@@ -1,4 +1,5 @@
 #include "header.h"
+#include <em.h>
 
 reloc1( s, o, r)
 char *s;
index e07d35f..f9f798a 100644 (file)
@@ -1,4 +1,5 @@
 #include "header.h"
+#include <em.h>
 
 reloc2( s, o, r)
 char *s;
index 14d6ad8..9824745 100644 (file)
@@ -1,4 +1,5 @@
 #include "header.h"
+#include <em.h>
 
 reloc4( s, o, r)
 char *s;
index 293addc..ec40fce 100644 (file)
@@ -1,4 +1,5 @@
 #include <system.h>
+#include <em.h>
 #include "mach.h"
 #include "back.h"
  
index 02c0971..786b3fa 100644 (file)
@@ -1,4 +1,5 @@
 #include <system.h>
+#include <em.h>
 #include "mach.h"
 #include "back.h"
  
index c435b46..7c76726 100644 (file)
@@ -1,4 +1,5 @@
 #include <system.h>
+#include <em.h>
 #include "mach.h"
 #include "back.h"
 #ifdef BYTES_REVERSED