diff options
Diffstat (limited to 'gas/sb.c')
-rw-r--r-- | gas/sb.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -23,6 +23,9 @@ #include "config.h" #include <stdio.h> +#ifdef HAVE_STDLIB_H +#include <stdlib.h> +#endif #ifdef HAVE_STRING_H #include <string.h> #else |