mirror of
https://git.freebsd.org/ports.git
synced 2025-04-30 18:46:38 -04:00
- Update MASTER_SITES - Update WWW - Pet portfmt PR: 268275 Approved by: sergey@couchbase.com (maintainer-timeout)
13 lines
262 B
C++
13 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;
|
|
|