diff --git a/appl/ftp/ftp/ftp_locl.h b/appl/ftp/ftp/ftp_locl.h index e11324728..93c6d8c7c 100644 --- a/appl/ftp/ftp/ftp_locl.h +++ b/appl/ftp/ftp/ftp_locl.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 1995, 1996, 1997 Kungliga Tekniska Högskolan + * Copyright (c) 1995, 1996, 1997, 1998 Kungliga Tekniska Högskolan * (Royal Institute of Technology, Stockholm, Sweden). * All rights reserved. * @@ -129,6 +129,7 @@ extern int LIBPREFIX(fclose) __P((FILE *)); #include "roken.h" #include "security.h" +#include /* for des_read_pw_string */ #if defined(__sun__) && !defined(__svr4) int fclose(FILE*);