small patch from andmils in #e; fixes compile on freebsd

SVN revision: 50317
This commit is contained in:
Mike Blumenkrantz 2010-07-18 06:38:23 +00:00
parent 9276378041
commit 02ef2d58e5
1 changed files with 1 additions and 1 deletions

View File

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