freebsd-ports/security/doscan/files/patch-src__proto_http_proxy.cc
Pawel Pekala d2c28a32ec - Fix build with clang (add missing inlcudes in few files)
- Add staging support
- Convert to new LIB_DEPENDS format, options framework
- Fix spelling mistakes, remove old maintainer contact from pkg-descr

MFH:		2014Q3
2014-07-08 11:47:14 +00:00

10 lines
320 B
C++

--- ./src/proto_http_proxy.cc.orig 2014-07-08 13:39:24.466003083 +0200
+++ ./src/proto_http_proxy.cc 2014-07-08 13:40:02.286093067 +0200
@@ -36,6 +36,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 *);