small patch from andmils in #e; fixes compile on freebsd
authordiscomfitor <discomfitor@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sun, 18 Jul 2010 06:38:23 +0000 (06:38 +0000)
committerdiscomfitor <discomfitor@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sun, 18 Jul 2010 06:38:23 +0000 (06:38 +0000)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eina@50317 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/include/eina_file.h

index 6e739cd..aea2034 100644 (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