Inlcude Eina.h for Eina_Bool (use with ecore_x_input_multi_select)
authordevilhorns <devilhorns@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sat, 16 Jan 2010 17:12:50 +0000 (17:12 +0000)
committerdevilhorns <devilhorns@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sat, 16 Jan 2010 17:12:50 +0000 (17:12 +0000)
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@45231 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/ecore_x/Ecore_X.h

index e4c18c3..77f6a57 100644 (file)
@@ -5,9 +5,12 @@
 #ifndef _ECORE_X_H
 #define _ECORE_X_H
 
+#include <Eina.h>
+
 #ifdef EAPI
 # undef EAPI
 #endif
+
 #ifdef _MSC_VER
 # ifdef BUILDING_DLL
 #  define EAPI __declspec(dllexport)