summaryrefslogtreecommitdiffstats
path: root/src/appl/gssftp/ftp/ruserpass.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/appl/gssftp/ftp/ruserpass.c')
-rw-r--r--src/appl/gssftp/ftp/ruserpass.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/appl/gssftp/ftp/ruserpass.c b/src/appl/gssftp/ftp/ruserpass.c
index fdf0f0b67..fb9c72368 100644
--- a/src/appl/gssftp/ftp/ruserpass.c
+++ b/src/appl/gssftp/ftp/ruserpass.c
@@ -49,11 +49,14 @@ static char sccsid[] = "@(#)ruserpass.c 5.3 (Berkeley) 3/1/91";
#include <errno.h>
#include "ftp_var.h"
+#ifdef _WIN32
+#include <win-mac.h>
+#endif
+
#ifndef MAXHOSTNAMELEN
#define MAXHOSTNAMELEN 64
#endif
-char *renvlook(), *getenv();
static int token PROTOTYPE((void));
static FILE *cfile;