From e325f98f13dc355a46f85dc0becace868f095d0a Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Mon, 11 Sep 1995 15:48:13 +0000 Subject: [PATCH] * sb.c: Include "libiberty.h". * macro.c: Likewise. Also include if it exists. --- gas/ChangeLog | 5 +++++ gas/macro.c | 4 ++++ 2 files changed, 9 insertions(+) diff --git a/gas/ChangeLog b/gas/ChangeLog index 3ef1fab..ef40a48 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,8 @@ +Mon Sep 11 11:39:11 1995 Ian Lance Taylor + + * sb.c: Include "libiberty.h". + * macro.c: Likewise. Also include if it exists. + Fri Sep 8 00:27:46 1995 Ian Lance Taylor * app.c (do_scrub_chars): In MRI mode, keep a space before a diff --git a/gas/macro.c b/gas/macro.c index 13dd4af..9779997 100644 --- a/gas/macro.c +++ b/gas/macro.c @@ -24,6 +24,10 @@ #include "config.h" #include #include +#ifdef HAVE_STDLIB_H +#include +#endif +#include "libiberty.h" #include "sb.h" #include "hash.h" #include "macro.h" -- 2.7.4