on advice of vtorri <- revert until proven that limits.h works on

these other os's.



SVN revision: 51512
This commit is contained in:
Carsten Haitzler 2010-08-22 06:00:13 +00:00
parent eb1a43bfbf
commit e9acd2dfc8
1 changed files with 4 additions and 1 deletions

View File

@ -19,7 +19,10 @@
#ifndef EINA_FILE_H_
#define EINA_FILE_H_
#include <limits.h>
#if defined (__MacOSX__) || defined (__FreeBSD__) || (defined (__MACH__) && \
defined (__APPLE__))
# include <sys/syslimits.h>
#endif
#include "eina_types.h"
#include "eina_array.h"