]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/listensocket.cpp
Move stuff around a bit:
[user/henk/code/inspircd.git] / src / listensocket.cpp
index 9b69b53ff3a3fc35aec3fff81c2bd3bfc6721b1a..ca518c59e429417ca157a24b917587682c882735 100644 (file)
 #include "inspircd.h"
 #include "socket.h"
 #include "socketengine.h"
+
+#ifndef _WIN32
 #include <netinet/tcp.h>
+#endif
 
 ListenSocket::ListenSocket(ConfigTag* tag, const irc::sockets::sockaddrs& bind_to)
        : bind_tag(tag)