summaryrefslogtreecommitdiffstats
path: root/lib/libftp/ftplib.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libftp/ftplib.h')
-rw-r--r--lib/libftp/ftplib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libftp/ftplib.h b/lib/libftp/ftplib.h
index 4c2d95dd..f82ed9eb 100644
--- a/lib/libftp/ftplib.h
+++ b/lib/libftp/ftplib.h
@@ -24,7 +24,7 @@
#if !defined(__FTPLIB_H)
#define __FTPLIB_H
-#if defined(__unix__) || defined(VMS)
+#if defined(__unix__) || defined(VMS) || defined(__APPLE__)
#define GLOBALDEF
#define GLOBALREF extern
#elif defined(_WIN32)