diff options
Diffstat (limited to 'gas/macro.c')
-rw-r--r-- | gas/macro.c | 4 |
1 files changed, 4 insertions, 0 deletions
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 <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" |