diff options
author | madmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2013-03-05 21:47:29 +0100 |
---|---|---|
committer | madmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2013-03-05 21:47:29 +0100 |
commit | bc8ad9d1b1ce4a1561e2759c15bd1cf2d4322dc1 (patch) | |
tree | 727781ce3d7ff828efdee614c1ded5175941ce0f /source/Server.h | |
parent | IPv6: Windows XP doesn't have the inet_pton() function, resorting to custom-formatting the address (diff) | |
download | cuberite-bc8ad9d1b1ce4a1561e2759c15bd1cf2d4322dc1.tar cuberite-bc8ad9d1b1ce4a1561e2759c15bd1cf2d4322dc1.tar.gz cuberite-bc8ad9d1b1ce4a1561e2759c15bd1cf2d4322dc1.tar.bz2 cuberite-bc8ad9d1b1ce4a1561e2759c15bd1cf2d4322dc1.tar.lz cuberite-bc8ad9d1b1ce4a1561e2759c15bd1cf2d4322dc1.tar.xz cuberite-bc8ad9d1b1ce4a1561e2759c15bd1cf2d4322dc1.tar.zst cuberite-bc8ad9d1b1ce4a1561e2759c15bd1cf2d4322dc1.zip |
Diffstat (limited to '')
-rw-r--r-- | source/Server.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/Server.h b/source/Server.h index b12453aec..abcd7eaa1 100644 --- a/source/Server.h +++ b/source/Server.h @@ -12,9 +12,9 @@ #define CSERVER_H_INCLUDED #include "OSSupport/SocketThreads.h" +#include "OSSupport/ListenThread.h" #include "CryptoPP/rsa.h" #include "CryptoPP/randpool.h" -#include "ListenThread.h" |