diff --git a/gas/ChangeLog b/gas/ChangeLog index f1edff3a1ed..5e166efabcb 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -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, diff --git a/gas/gasp.c b/gas/gasp.c index dab30def534..0d876b397bf 100644 --- a/gas/gasp.c +++ b/gas/gasp.c @@ -34,7 +34,7 @@ suitable for gas to consume. #include -#include +#include "host.h" extern char *malloc ();