diff --git a/nmap_ftp.h b/nmap_ftp.h index 2aff56bdc..05934ede9 100644 --- a/nmap_ftp.h +++ b/nmap_ftp.h @@ -125,7 +125,8 @@ #ifndef NMAP_FTP_H #define NMAP_FTP_H -#include "nmap.h" /* u16 */ +#include "nbase.h" /* u16 */ +class Target; /* How do we want to log into ftp sites for */ #define FTPUSER "anonymous"