Enlightenment CVS committal

Author  : raster
Project : e17
Module  : libs/ecore

Dir     : e17/libs/ecore/src/lib/ecore_file


Modified Files:
        ecore_file.c ecore_file_private.h 


Log Message:


use features.h

===================================================================
RCS file: /cvs/e/e17/libs/ecore/src/lib/ecore_file/ecore_file.c,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -3 -r1.61 -r1.62
--- ecore_file.c        3 Jun 2007 03:46:35 -0000       1.61
+++ ecore_file.c        3 Jun 2007 03:48:18 -0000       1.62
@@ -6,6 +6,7 @@
 #define _FILE_OFFSET_BITS  64
 #endif
 
+#include <features.h>
 #include <ctype.h>
 #include "ecore_file_private.h"
 #include <errno.h>
===================================================================
RCS file: /cvs/e/e17/libs/ecore/src/lib/ecore_file/ecore_file_private.h,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -3 -r1.14 -r1.15
--- ecore_file_private.h        3 Jun 2007 03:46:35 -0000       1.14
+++ ecore_file_private.h        3 Jun 2007 03:48:18 -0000       1.15
@@ -2,6 +2,7 @@
 #define _FILE_OFFSET_BITS  64
 #endif
 
+#include <features.h>
 #include "ecore_private.h"
 #include "Ecore.h"
 #include "Ecore_File.h"



-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to