From e2847e64ffed21bbf5320fa5aa6f4d88de2d0629 Mon Sep 17 00:00:00 2001 From: Steve Chamberlain Date: Tue, 1 Feb 1994 18:58:32 +0000 Subject: [PATCH] * gasp.c: Include host.h. --- gas/ChangeLog | 4 ++++ gas/gasp.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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 (); -- 2.30.2