aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gcc/bitmap.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/gcc/bitmap.c b/gcc/bitmap.c
index e2d61cd..5856685 100644
--- a/gcc/bitmap.c
+++ b/gcc/bitmap.c
@@ -26,6 +26,14 @@ Boston, MA 02111-1307, USA. */
#include "regs.h"
#include "basic-block.h"
+#ifdef HAVE_STDLIB_H
+#include <stdlib.h>
+#endif
+
+#ifdef NEED_DECLARATION_FREE
+extern void free PROTO((void *));
+#endif
+
/* Obstack to allocate bitmap elements from. */
static struct obstack bitmap_obstack;
static int bitmap_obstack_init = FALSE;