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