blob: e73b24a585fcb8a797078ba3c386ec3f9de93597 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
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"
|