diff --git a/src/bin/network/ftpd/ftpcmd.y b/src/bin/network/ftpd/ftpcmd.y index 244ba0be14..7a65a27d97 100644 --- a/src/bin/network/ftpd/ftpcmd.y +++ b/src/bin/network/ftpd/ftpcmd.y @@ -76,6 +76,10 @@ __FBSDID("$FreeBSD: src/libexec/ftpd/ftpcmd.y,v 1.66 2007/04/18 22:43:39 yar Exp #include "extern.h" #include "pathnames.h" +#ifdef YYPULL +#include "ftpcmd.h" +#endif + extern union sockunion data_dest, his_addr; extern int hostinfo; extern int logged_in;