ports/security/doscan/files/patch-src__proto_http_proxy.cc
Dmitry Marakasov 034399494c - Silence patching and stripping
- Switch to options helpers
- Regenerate patches with `make makepatch`
2016-03-03 16:21:18 +00:00

10 lines
268 B
C++

--- src/proto_http_proxy.cc.orig 2014-10-22 20:12:56 UTC
+++ src/proto_http_proxy.cc
@@ -37,6 +37,7 @@
#include <string>
#include <sys/types.h>
#include <sys/socket.h>
+#include <time.h>
static bool proxy_start(subnets&);
static void proxy_open(scan_host_t *);