properly include headers when you use their types...
authordiscomfitor <discomfitor@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Mon, 4 Jun 2012 08:40:21 +0000 (08:40 +0000)
committerdiscomfitor <discomfitor@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Mon, 4 Jun 2012 08:40:21 +0000 (08:40 +0000)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@71679 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/ecore_ipc/Ecore_Ipc.h

index 40ae621..9993403 100644 (file)
@@ -1,6 +1,8 @@
 #ifndef _ECORE_IPC_H
 #define _ECORE_IPC_H
 
+#include <Eina.h>
+
 #ifdef EAPI
 # undef EAPI
 #endif