summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/appl/gssftp/ftp/cmds.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/appl/gssftp/ftp/cmds.c b/src/appl/gssftp/ftp/cmds.c
index 9afefe118..0e06a8d56 100644
--- a/src/appl/gssftp/ftp/cmds.c
+++ b/src/appl/gssftp/ftp/cmds.c
@@ -38,6 +38,10 @@ static char sccsid[] = "@(#)cmds.c 5.26 (Berkeley) 3/5/91";
/*
* FTP User Program -- Command Routines.
*/
+#ifdef _WIN32
+#include <win-mac.h>
+#endif
+
#ifdef HAVE_STDLIB_H
#include <stdlib.h>
#endif