Fix FreeBSD build and issue #517

git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@2041 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
Adrien Destugues 2012-12-05 20:26:40 +00:00
parent 7e164e6e84
commit 613ad628dd

View File

@ -6,7 +6,7 @@
#include <fcntl.h>
#include <string.h>
#include <unistd.h>
#if defined(__AROS__) || defined(__linux__) || defined(__GLIBC__)|| defined(__MINT__)
#if defined(__AROS__) || defined(__linux__) || defined(__GLIBC__)|| defined(__MINT__) || defined(__FreeBSD__)
#include <limits.h>
#endif