Enlightenment CVS committal

Author  : sebastid
Project : e17
Module  : libs/etox

Dir     : e17/libs/etox/src/style


Modified Files:
        etox_style_private.h 


Log Message:
Fix headers.

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/etox/src/style/etox_style_private.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- etox_style_private.h        7 Oct 2004 17:48:03 -0000       1.2
+++ etox_style_private.h        5 Sep 2005 11:21:59 -0000       1.3
@@ -2,8 +2,22 @@
 #define _ETOX_STYLE_PRIVATE_H
 
 #include <Ecore.h>
+#include <Ecore_Data.h>
 #include "Etox_Style.h"
 
+#include <stdlib.h>
+#include <stdio.h>
+#include <string.h>
+#include <limits.h>
+
+#ifndef TRUE
+#define TRUE 1
+#endif
+
+#ifndef FALSE
+#define FALSE 0
+#endif
+
 /*
  * The etox_style holds all information necessary for display and layout of 
the text
  */




-------------------------------------------------------
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

Reply via email to