From 6abfd3f97c7c0079f061c6e30cc1eca972eb1dad Mon Sep 17 00:00:00 2001 From: pfritz Date: Sat, 23 Aug 2008 22:50:01 +0000 Subject: [PATCH] we need the typedef of size_t git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@35635 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- src/lib/ecore/Ecore_Str.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/lib/ecore/Ecore_Str.h b/src/lib/ecore/Ecore_Str.h index 3a6476e..e3cc521 100644 --- a/src/lib/ecore/Ecore_Str.h +++ b/src/lib/ecore/Ecore_Str.h @@ -35,6 +35,8 @@ # ifdef __cplusplus extern "C" { # endif +/* we need this for size_t */ +#include # ifdef __sgi # define __FUNCTION__ "unknown" -- 2.7.4