From 8081c9527df1ca4f35215c70da63b35caded1078 Mon Sep 17 00:00:00 2001 From: Adrien Destugues Date: Mon, 12 Mar 2012 21:26:13 +0000 Subject: [PATCH] Quick fix for realpath needing PATH_MAX following Haiku patch. git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@1930 416bcca6-2ee7-4201-b75f-2eb2f807beb1 --- src/realpath.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/realpath.c b/src/realpath.c index 26d42372..f65bb155 100644 --- a/src/realpath.c +++ b/src/realpath.c @@ -6,7 +6,7 @@ #include #include #include -#if defined(__AROS__) +#if defined(__AROS__) || defined(__linux__) #include #endif