we need the typedef of size_t
authorpfritz <pfritz@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sat, 23 Aug 2008 22:50:01 +0000 (22:50 +0000)
committerpfritz <pfritz@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sat, 23 Aug 2008 22:50:01 +0000 (22:50 +0000)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@35635 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/ecore/Ecore_Str.h

index 3a6476e..e3cc521 100644 (file)
@@ -35,6 +35,8 @@
 # ifdef __cplusplus
 extern "C" {
 # endif
+/* we need this for size_t */
+#include <stddef.h>
 
 # ifdef __sgi
 #  define __FUNCTION__ "unknown"