From 215fca530d4a3d6c6608154a9915e97b925b3af4 Mon Sep 17 00:00:00 2001 From: pk910 Date: Fri, 12 Aug 2011 22:40:55 +0200 Subject: [PATCH] fixed missing includes --- modcmd.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/modcmd.c b/modcmd.c index 412682d..839e815 100644 --- 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); -- 2.20.1