From 125207cfc8b4ac8338fcd1aebb1a7dc823bdda7b Mon Sep 17 00:00:00 2001 From: Adrien Destugues Date: Sat, 2 Jun 2012 08:54:44 +0000 Subject: [PATCH] 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 --- src/realpath.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/realpath.c b/src/realpath.c index f65bb155..361f4317 100644 --- a/src/realpath.c +++ b/src/realpath.c @@ -6,7 +6,7 @@ #include #include #include -#if defined(__AROS__) || defined(__linux__) +#if defined(__AROS__) || defined(__linux__) || defined(__GLIBC__) #include #endif