From: Matthias Braun Date: Sat, 8 Jan 2011 11:04:25 +0000 (+0000) Subject: need to include stdlib.h for size_t X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=54ce3834889d64374ba046389de796ee2e386040;p=libfirm need to include stdlib.h for size_t [r28226] --- diff --git a/include/libfirm/adt/hashptr.h b/include/libfirm/adt/hashptr.h index b8804df90..d7d481c41 100644 --- a/include/libfirm/adt/hashptr.h +++ b/include/libfirm/adt/hashptr.h @@ -26,6 +26,7 @@ #ifndef FIRM_ADT_HASHPTR_H #define FIRM_ADT_HASHPTR_H +#include #include "../begin.h" #define _FIRM_FNV_OFFSET_BASIS 2166136261U diff --git a/ir/tv/fltcalc.h b/ir/tv/fltcalc.h index a71e779fb..607e3d3d4 100644 --- a/ir/tv/fltcalc.h +++ b/ir/tv/fltcalc.h @@ -27,6 +27,7 @@ #ifndef FIRM_TV_FLTCALC_H #define FIRM_TV_FLTCALC_H +#include #include "firm_types.h" #ifdef HAVE_LONG_DOUBLE