From: Steve Chamberlain Date: Tue, 1 Feb 1994 18:58:32 +0000 (+0000) Subject: * gasp.c: Include host.h. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e2847e64ffed21bbf5320fa5aa6f4d88de2d0629;p=binutils-gdb.git * gasp.c: Include host.h. --- 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 ();