diff options
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" |