summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSatoKaito <70882570+skpub@users.noreply.github.com>2020-09-10 01:17:06 +0200
committerGitHub <noreply@github.com>2020-09-10 01:17:06 +0200
commit834d61dacc1c9fd9d0f6cb7a7fcab41efb2d2ed6 (patch)
treeb5f9379839006a0ba81a5407c79d7002ea93f52f
parentAdd more statistic tracking (#4837) (diff)
downloadcuberite-834d61dacc1c9fd9d0f6cb7a7fcab41efb2d2ed6.tar
cuberite-834d61dacc1c9fd9d0f6cb7a7fcab41efb2d2ed6.tar.gz
cuberite-834d61dacc1c9fd9d0f6cb7a7fcab41efb2d2ed6.tar.bz2
cuberite-834d61dacc1c9fd9d0f6cb7a7fcab41efb2d2ed6.tar.lz
cuberite-834d61dacc1c9fd9d0f6cb7a7fcab41efb2d2ed6.tar.xz
cuberite-834d61dacc1c9fd9d0f6cb7a7fcab41efb2d2ed6.tar.zst
cuberite-834d61dacc1c9fd9d0f6cb7a7fcab41efb2d2ed6.zip
-rw-r--r--src/OSSupport/Network.h9
1 files changed, 8 insertions, 1 deletions
diff --git a/src/OSSupport/Network.h b/src/OSSupport/Network.h
index 8e3f20025..32163b710 100644
--- a/src/OSSupport/Network.h
+++ b/src/OSSupport/Network.h
@@ -13,6 +13,14 @@
+#ifdef __FreeBSD__
+ #include <netinet/in.h>
+#endif
+
+
+
+
+
// fwd:
class cTCPLink;
typedef std::shared_ptr<cTCPLink> cTCPLinkPtr;
@@ -357,4 +365,3 @@ public:
-