diff options
Diffstat (limited to 'security/nmap-devel/files/patch-nmap.cc')
-rw-r--r-- | security/nmap-devel/files/patch-nmap.cc | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/security/nmap-devel/files/patch-nmap.cc b/security/nmap-devel/files/patch-nmap.cc new file mode 100644 index 000000000000..e73b24a585fc --- /dev/null +++ b/security/nmap-devel/files/patch-nmap.cc @@ -0,0 +1,10 @@ +--- nmap.cc.orig 2020-10-02 16:12:22 UTC ++++ nmap.cc +@@ -69,6 +69,7 @@ + #include <shlobj.h> + #endif + ++#include <getopt.h> + #include "nmap.h" + #include "osscan.h" + #include "scan_engine.h" |