From 613ad628dd911151ddee3905db75ac6cee94793f Mon Sep 17 00:00:00 2001 From: Adrien Destugues Date: Wed, 5 Dec 2012 20:26:40 +0000 Subject: [PATCH] Fix FreeBSD build and issue #517 git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@2041 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 f1da9b25..a3333fb7 100644 --- a/src/realpath.c +++ b/src/realpath.c @@ -6,7 +6,7 @@ #include #include #include -#if defined(__AROS__) || defined(__linux__) || defined(__GLIBC__)|| defined(__MINT__) +#if defined(__AROS__) || defined(__linux__) || defined(__GLIBC__)|| defined(__MINT__) || defined(__FreeBSD__) #include #endif