First part of commit removing xprintf to make later merging easier
[libfirm] / ir / common / misc.h
index d61a4e0..327f7cb 100644 (file)
@@ -30,7 +30,7 @@ void *alloca ();
 
 
 #include "host.h"
-#include "bool.h"
+#include <stdbool.h>
 
 /* Alignment of nodes, cf common/tag.h, a power of two.
 
@@ -67,6 +67,7 @@ extern void *xmalloc (size_t);
 extern void *xrealloc (void *, size_t);
 extern char *xstrdup (const char *);
 extern void xnomem (void);
+extern void free (void *);
 
 # define xmalloc(size) (XMALLOC_TRACE (xmalloc) ((size)))
 # define xrealloc(ptr, size) (XMALLOC_TRACE (xrealloc) ((ptr), (size)))