Build fix on Debian/kFreeBSD. I hope it doesn't create problems with the (older) libc version in Haiku...

git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@1960 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
Adrien Destugues 2012-06-02 08:54:44 +00:00
parent c87fa6ede7
commit 125207cfc8

View File

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