From fdc28610661282bec82b5948536578795636fdaf Mon Sep 17 00:00:00 2001 From: Johan Danielsson Date: Fri, 27 Sep 1996 17:03:14 +0000 Subject: [PATCH] x git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@768 ec53bebd-3082-4978-b11e-865c3cabbd6b --- appl/ftp/ftp/ftp_locl.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/appl/ftp/ftp/ftp_locl.h b/appl/ftp/ftp/ftp_locl.h index 0b87484d6..9788a1bd6 100644 --- a/appl/ftp/ftp/ftp_locl.h +++ b/appl/ftp/ftp/ftp_locl.h @@ -55,6 +55,18 @@ #include "krb4.h" +#include "roken.h" + +#ifdef NEED_OPTARG_DECLARATION +extern char *optarg; +#endif +#ifdef NEED_OPTIND_DECLARATION +extern int optarg; +#endif +#ifdef NEED_OPTERR_DECLARATION +extern int opterr; +#endif + #if defined(__sun__) && !defined(__svr4) int fclose(FILE*); int pclose(FILE*);