freebsd-ports/security/nmap/files/patch-nmap.cc
2020-10-05 11:04:32 +00:00

10 lines
189 B
C++

--- 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"