Quick fix for realpath needing PATH_MAX following Haiku patch.
git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@1930 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
parent
7d6d3ad875
commit
8081c9527d
@ -6,7 +6,7 @@
|
||||
#include <fcntl.h>
|
||||
#include <string.h>
|
||||
#include <unistd.h>
|
||||
#if defined(__AROS__)
|
||||
#if defined(__AROS__) || defined(__linux__)
|
||||
#include <limits.h>
|
||||
#endif
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user