Enlightenment CVS committal Author : sebastid Project : e17 Module : libs/ewl
Dir : e17/libs/ewl/src/lib Modified Files: Ewl.h.in Log Message: Add missing headers. =================================================================== RCS file: /cvsroot/enlightenment/e17/libs/ewl/src/lib/Ewl.h.in,v retrieving revision 1.14 retrieving revision 1.15 diff -u -3 -r1.14 -r1.15 --- Ewl.h.in 3 Sep 2005 22:18:59 -0000 1.14 +++ Ewl.h.in 5 Sep 2005 11:05:13 -0000 1.15 @@ -257,6 +257,7 @@ #include <Evas.h> #include <Edje.h> #include <Ecore.h> +#include <Ecore_Data.h> #include <stdio.h> #include <stdlib.h> @@ -271,6 +272,14 @@ #define PATH_MAX 4096 #endif +#ifndef TRUE +#define TRUE 1 +#endif + +#ifndef FALSE +#define FALSE 0 +#endif + #include <ewl_enums.h> #include <ewl_object.h> ------------------------------------------------------- SF.Net email is Sponsored by the Better Software Conference & EXPO September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs