blob: 0db38d88f60fabe76476c95de890b30a1532fb11 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
--- nmap.cc.orig 2017-07-31 16:56:48 UTC
+++ nmap.cc
@@ -130,6 +130,7 @@
/* $Id: nmap.cc 36896 2017-07-31 16:56:48Z dmiller $ */
+#include <getopt.h>
#include "nmap.h"
#include "osscan.h"
#include "scan_engine.h"
|