fixed missing includes and declarations
[NeonServV5.git] / main.c
diff --git a/main.c b/main.c
index 536fb4c4d463d9eaa7c5e3a24349d5742d676e2b..79cd5d9d476906d026a61707d9aeada922d9fc63 100644 (file)
--- a/main.c
+++ b/main.c
@@ -2,7 +2,9 @@
 #include "main.h"
 #include "ClientSocket.h"
 #include "UserNode.h"
+#include "ChanNode.h"
 #include "IRCEvents.h"
+#include "IRCParser.h"
 
 void just_test_it() {
     struct UserNode *user;