From: pk910 Date: Fri, 12 Aug 2011 20:40:55 +0000 (+0200) Subject: fixed missing includes X-Git-Tag: v5.3~575 X-Git-Url: http://git.pk910.de/?a=commitdiff_plain;h=215fca530d4a3d6c6608154a9915e97b925b3af4;p=NeonServV5.git fixed missing includes --- 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);