Include em_label.h before em_code.h
authorceriel <none@none>
Tue, 26 Oct 1993 09:59:06 +0000 (09:59 +0000)
committerceriel <none@none>
Tue, 26 Oct 1993 09:59:06 +0000 (09:59 +0000)
lang/pc/comp/error.c

index 0bc374f..8616939 100644 (file)
@@ -10,8 +10,8 @@
 
 #include       <varargs.h>
 #include       <em_arith.h>
-#include       <em_code.h>
 #include       <em_label.h>
+#include       <em_code.h>
 #include       <system.h>
 
 #include       "LLlex.h"