diff options
Diffstat (limited to 'gcc/genattrtab.c')
-rw-r--r-- | gcc/genattrtab.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/genattrtab.c b/gcc/genattrtab.c index c3c721fd767..0560e931ac9 100644 --- a/gcc/genattrtab.c +++ b/gcc/genattrtab.c @@ -121,6 +121,10 @@ Boston, MA 02111-1307, USA. */ # include <sys/resource.h> #endif +#ifdef HAVE_STDLIB_H +#include <stdlib.h> +#endif + /* We must include obstack.h after <sys/time.h>, to avoid lossage with /usr/include/sys/stdtypes.h on Sun OS 4.x. */ #include "obstack.h" |