need to include stdlib.h for size_t
authorMatthias Braun <matze@braunis.de>
Sat, 8 Jan 2011 11:04:25 +0000 (11:04 +0000)
committerMatthias Braun <matze@braunis.de>
Sat, 8 Jan 2011 11:04:25 +0000 (11:04 +0000)
[r28226]

include/libfirm/adt/hashptr.h
ir/tv/fltcalc.h

index b8804df..d7d481c 100644 (file)
@@ -26,6 +26,7 @@
 #ifndef FIRM_ADT_HASHPTR_H
 #define FIRM_ADT_HASHPTR_H
 
+#include <stdlib.h>
 #include "../begin.h"
 
 #define _FIRM_FNV_OFFSET_BASIS 2166136261U
index a71e779..607e3d3 100644 (file)
@@ -27,6 +27,7 @@
 #ifndef FIRM_TV_FLTCALC_H
 #define FIRM_TV_FLTCALC_H
 
+#include <stdlib.h>
 #include "firm_types.h"
 
 #ifdef HAVE_LONG_DOUBLE