* sb.c: Include "libiberty.h".
authorIan Lance Taylor <ian@airs.com>
Mon, 11 Sep 1995 15:48:13 +0000 (15:48 +0000)
committerIan Lance Taylor <ian@airs.com>
Mon, 11 Sep 1995 15:48:13 +0000 (15:48 +0000)
* macro.c: Likewise.  Also include <stdlib.h> if it exists.

gas/ChangeLog
gas/macro.c

index 3ef1fab..ef40a48 100644 (file)
@@ -1,3 +1,8 @@
+Mon Sep 11 11:39:11 1995  Ian Lance Taylor  <ian@cygnus.com>
+
+       * sb.c: Include "libiberty.h".
+       * macro.c: Likewise.  Also include <stdlib.h> if it exists.
+
 Fri Sep  8 00:27:46 1995  Ian Lance Taylor  <ian@cygnus.com>
 
        * app.c (do_scrub_chars): In MRI mode, keep a space before a
index 13dd4af..9779997 100644 (file)
 #include "config.h"
 #include <stdio.h>
 #include <ctype.h>
+#ifdef HAVE_STDLIB_H
+#include <stdlib.h>
+#endif
+#include "libiberty.h"
 #include "sb.h"
 #include "hash.h"
 #include "macro.h"