Include stddef.h for size_t.
authorChristoph Mallon <christoph.mallon@gmx.de>
Wed, 19 Jan 2011 13:02:19 +0000 (13:02 +0000)
committerChristoph Mallon <christoph.mallon@gmx.de>
Wed, 19 Jan 2011 13:02:19 +0000 (13:02 +0000)
[r28256]

include/libfirm/adt/eset.h
include/libfirm/adt/pmap.h

index bb35aac..f22c406 100644 (file)
@@ -29,6 +29,8 @@
 #ifndef FIRM_ADT_ESET_H
 #define FIRM_ADT_ESET_H
 
+#include <stddef.h>
+
 #include "../begin.h"
 
 /**
index 30b6674..97c9246 100644 (file)
@@ -27,6 +27,8 @@
 #ifndef FIRM_ADT_PMAP_H
 #define FIRM_ADT_PMAP_H
 
+#include <stddef.h>
+
 #include "../begin.h"
 
 /**  A map which maps addresses to addresses. */