diff options
author | madmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2012-08-24 11:50:13 +0200 |
---|---|---|
committer | madmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2012-08-24 11:50:13 +0200 |
commit | 2c5f9350d64f98d7bcfd1bd454d1a11f03ffa115 (patch) | |
tree | 8cc92a04e1867bf4f2063d177dd81d75a832ad95 /source/cSocketThreads.h | |
parent | cPickup doesn't use cPackets. (diff) | |
download | cuberite-2c5f9350d64f98d7bcfd1bd454d1a11f03ffa115.tar cuberite-2c5f9350d64f98d7bcfd1bd454d1a11f03ffa115.tar.gz cuberite-2c5f9350d64f98d7bcfd1bd454d1a11f03ffa115.tar.bz2 cuberite-2c5f9350d64f98d7bcfd1bd454d1a11f03ffa115.tar.lz cuberite-2c5f9350d64f98d7bcfd1bd454d1a11f03ffa115.tar.xz cuberite-2c5f9350d64f98d7bcfd1bd454d1a11f03ffa115.tar.zst cuberite-2c5f9350d64f98d7bcfd1bd454d1a11f03ffa115.zip |
Diffstat (limited to '')
-rw-r--r-- | source/cSocketThreads.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/cSocketThreads.h b/source/cSocketThreads.h index b13ecf02d..682b0d5c4 100644 --- a/source/cSocketThreads.h +++ b/source/cSocketThreads.h @@ -30,7 +30,7 @@ This means that the socket can be written to several times before finally closin #ifndef CSOCKETTHREADS_H_INCLUDED #define CSOCKETTHREADS_H_INCLUDED -#include "packets/cPacket.h" +#include "cSocket.h" #include "cIsThread.h" |