atari/mint fixed gcc warnings, compilation fix

git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@2037 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
nokturnal
2012-11-04 12:54:55 +00:00
parent 62c3d09569
commit 390ad46b96
3 changed files with 32 additions and 24 deletions

View File

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