From 9fd20004698637f3c6ba5c1c6bf98ac195dfd35a Mon Sep 17 00:00:00 2001 From: raster Date: Sun, 22 Aug 2010 01:15:18 +0000 Subject: [PATCH] From: Joerg Sonnenberger Use portable header to work on all POSIX compliant systems. Doesn't break non-POSIX systems as limits.h is a C90 header. git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eina@51505 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- src/include/eina_file.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/include/eina_file.h b/src/include/eina_file.h index b7a4ef6..4420d1d 100644 --- a/src/include/eina_file.h +++ b/src/include/eina_file.h @@ -19,10 +19,7 @@ #ifndef EINA_FILE_H_ #define EINA_FILE_H_ -#if defined (__MacOSX__) || defined (__FreeBSD__) || (defined (__MACH__) && \ - defined (__APPLE__)) -# include -#endif +#include #include "eina_types.h" #include "eina_array.h" -- 2.7.4