* gasp.c: Include host.h.
authorSteve Chamberlain <sac@cygnus>
Tue, 1 Feb 1994 18:58:32 +0000 (18:58 +0000)
committerSteve Chamberlain <sac@cygnus>
Tue, 1 Feb 1994 18:58:32 +0000 (18:58 +0000)
gas/ChangeLog
gas/gasp.c

index f1edff3a1ede639493f9b2078780cdd2dfaa8774..5e166efabcb4e2af015832245a11142d34581a7d 100644 (file)
@@ -1,3 +1,7 @@
+Tue Feb  1 10:50:17 1994  Steve Chamberlain  (sac@jonny.cygnus.com)
+
+       * gasp.c: Include host.h.
+
 Tue Feb  1 12:13:01 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
 
        * config/obj-coff.c (dot_text_symbol, dot_data_symbol,
index dab30def534d2646022f41e298edf3fd0096e282..0d876b397bfc7d2c0369e0a63edd144f485ee7c6 100644 (file)
@@ -34,7 +34,7 @@ suitable for gas to consume.
 
 
 #include <stdio.h>
-#include <stdlib.h>
+#include "host.h"
 
 extern char *malloc ();