Eina: include stdlib.h instead of alloca.h (alloca() is not used while malloc() is)
authorcaro <caro>
Sat, 21 Jan 2012 07:44:05 +0000 (07:44 +0000)
committercaro <caro@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sat, 21 Jan 2012 07:44:05 +0000 (07:44 +0000)
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eina@67419 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/include/eina_inline_value.x

index 59ec315..5dc0c55 100644 (file)
@@ -19,8 +19,8 @@
 #ifndef EINA_INLINE_VALUE_X_
 #define EINA_INLINE_VALUE_X_
 
+#include <stdlib.h>
 #include <string.h>
-#include <alloca.h>
 
 #include "eina_stringshare.h"