From: Joerg Sonnenberger <joerg@britannica.bec.de>

Use portable header to work on all POSIX compliant systems.
Doesn't break non-POSIX systems as limits.h is a C90 header.



SVN revision: 51505
This commit is contained in:
Joerg Sonnenberger 2010-08-22 01:15:18 +00:00 committed by Carsten Haitzler
parent 2e92fe0223
commit 527f011af9
1 changed files with 1 additions and 4 deletions

View File

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