freebsd-ports/databases/libcouchbase/files/patch-tools_cbc-proxy.cc
Muhammad Moinur Rahman 9160a0e019 databases/libcouchbase: Update version 2.10.7=>3.3.2
- Update MASTER_SITES
- Update WWW
- Pet portfmt

PR:		268275
Approved by:	sergey@couchbase.com (maintainer-timeout)
2022-12-23 20:40:13 -06:00

14 lines
262 B
C++

--- tools/cbc-proxy.cc.orig 2022-12-09 14:19:12 UTC
+++ tools/cbc-proxy.cc
@@ -35,6 +35,10 @@
#include <event2/bufferevent.h>
#include <event2/buffer.h>
+#ifdef __FreeBSD__
+#include <netinet/in.h>
+#endif
+
using namespace cbc;
using namespace cliopts;