fixed missing includes and declarations
[NeonServV5.git] / ClientSocket.c
index 5a186c6fe542f26645b74a3e1f9ae8e82a3c695f..c5e3877139b73993d61f8e66c20d32cf8b897394 100644 (file)
@@ -1,6 +1,7 @@
 
 #include "ClientSocket.h"
 #include "IRCParser.h"
+#include "UserNode.h"
 
 struct socket_list {
     struct ClientSocket *data;