fixed missing includes
authorpk910 <philipp@zoelle1.de>
Fri, 12 Aug 2011 20:40:55 +0000 (22:40 +0200)
committerpk910 <philipp@zoelle1.de>
Fri, 12 Aug 2011 20:40:55 +0000 (22:40 +0200)
modcmd.c

index 412682dd152d30d9ab9735f5c3bf4f90ef7d1f2c..839e815e9ec6277f3f6a849efefd803897120f88 100644 (file)
--- a/modcmd.c
+++ b/modcmd.c
@@ -1,6 +1,10 @@
 
 #include "modcmd.h"
 #include "IRCEvents.h"
+#include "ClientSocket.h"
+#include "UserNode.h"
+#include "ChanNode.h"
+#include "ChanUser.h"
 
 static void got_chanmsg(struct UserNode *user, struct ChanNode *chan, char *message) {
        struct ClientSocket *client = getBots(SOCKET_FLAG_READY, NULL);