summaryrefslogtreecommitdiff
path: root/databases/libcouchbase/files/patch-tools_cbc-proxy.cc
blob: 39945c57251102cf5671605bfc6073b3dc8f89f5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- 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;