mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
- Update MASTER_SITES - Update WWW - Pet portfmt PR: 268275 Approved by: sergey@couchbase.com (maintainer-timeout)
12 lines
257 B
C++
12 lines
257 B
C++
--- src/lcbio/ioutils.cc.orig 2022-12-09 14:14:27 UTC
|
|
+++ src/lcbio/ioutils.cc
|
|
@@ -24,6 +24,9 @@
|
|
#include "hostlist.h"
|
|
#include "iotable.h"
|
|
#include "ssl.h"
|
|
+#ifdef __FreeBSD__
|
|
+#include <netinet/in.h>
|
|
+#endif
|
|
|
|
lcbio_CSERR lcbio_mkcserr(int syserr)
|
|
{
|