summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBond-009 <bond.009@outlook.com>2023-08-12 16:41:52 +0200
committerGitHub <noreply@github.com>2023-08-12 16:41:52 +0200
commitf2c41d1227eedc3b227d34c7cd57ab5a2fac8ed7 (patch)
treebb80bf0ca85e651ccfaae7bd36db40a941a95148
parentFixed a wrong format string. (diff)
downloadcuberite-f2c41d1227eedc3b227d34c7cd57ab5a2fac8ed7.tar
cuberite-f2c41d1227eedc3b227d34c7cd57ab5a2fac8ed7.tar.gz
cuberite-f2c41d1227eedc3b227d34c7cd57ab5a2fac8ed7.tar.bz2
cuberite-f2c41d1227eedc3b227d34c7cd57ab5a2fac8ed7.tar.lz
cuberite-f2c41d1227eedc3b227d34c7cd57ab5a2fac8ed7.tar.xz
cuberite-f2c41d1227eedc3b227d34c7cd57ab5a2fac8ed7.tar.zst
cuberite-f2c41d1227eedc3b227d34c7cd57ab5a2fac8ed7.zip
-rw-r--r--src/Globals.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Globals.h b/src/Globals.h
index e4dbe97d6..0b6ff8ac5 100644
--- a/src/Globals.h
+++ b/src/Globals.h
@@ -97,6 +97,8 @@
#define PLATFORM_CRYPTOGRAPHY 0
#include <arpa/inet.h>
+ #include <netinet/in.h>
+ #include <sys/socket.h>
#include <unistd.h>
#endif