summaryrefslogtreecommitdiff
path: root/src/socket_clients.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/socket_clients.cpp')
-rw-r--r--src/socket_clients.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/socket_clients.cpp b/src/socket_clients.cpp
index c3f7e6367..847981510 100644
--- a/src/socket_clients.cpp
+++ b/src/socket_clients.cpp
@@ -10,6 +10,11 @@
*/
#include "services.h"
+#include "anope.h"
+#include "logger.h"
+#include "sockets.h"
+
+#include <errno.h>
ConnectionSocket::ConnectionSocket() : Socket()
{