diff options
Diffstat (limited to 'gcc/genpeep.c')
-rw-r--r-- | gcc/genpeep.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/genpeep.c b/gcc/genpeep.c index f8159c82cfe..357376b8590 100644 --- a/gcc/genpeep.c +++ b/gcc/genpeep.c @@ -24,6 +24,10 @@ Boston, MA 02111-1307, USA. */ #include "rtl.h" #include "obstack.h" +#ifdef HAVE_STDLIB_H +#include <stdlib.h> +#endif + static struct obstack obstack; struct obstack *rtl_obstack = &obstack; |