diff -dPNur bsdftpd-ssl-1.0.2.orig/ftp/ftp_var.h bsdftpd-ssl-1.0.2/ftp/ftp_var.h --- bsdftpd-ssl-1.0.2.orig/ftp/ftp_var.h 2004-05-30 19:19:37.000000000 +0000 +++ bsdftpd-ssl-1.0.2/ftp/ftp_var.h 2012-01-13 20:30:15.000000000 +0000 @@ -61,7 +61,6 @@ #endif /* LINUX */ #endif /* !SMALL */ -#include "extern.h" #define HASHBYTES 1024 #define FTPBUFLEN MAXPATHLEN + 200 @@ -200,6 +199,8 @@ struct macel macros[16]; char macbuf[4096]; +#include "extern.h" + #include "sslapp.h" #include "ssl_port_ftps.h"