* gasp.c: Include host.h.

This commit is contained in:
Steve Chamberlain 1994-02-01 18:58:32 +00:00
parent bf8d9d28c6
commit e2847e64ff
2 changed files with 5 additions and 1 deletions

View 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,

View File

@ -34,7 +34,7 @@ suitable for gas to consume.
#include <stdio.h>
#include <stdlib.h>
#include "host.h"
extern char *malloc ();