Author: Kev <klmitch@mit.edu>
authorKevin L. Mitchell <klmitch@mit.edu>
Mon, 27 Mar 2000 21:04:57 +0000 (21:04 +0000)
committerKevin L. Mitchell <klmitch@mit.edu>
Mon, 27 Mar 2000 21:04:57 +0000 (21:04 +0000)
Log message:

forgot to include msg.h in a couple of places...

git-svn-id: file:///home/klmitch/undernet-ircu/undernet-ircu-svn/ircu2/trunk@80 c9e4aea6-c8fd-4c43-8297-357d70d61c8c

ChangeLog
ircd/m_clearmode.c
ircd/m_opmode.c

index fa77e6a7479b1c8401e5f4ceffdcba15a083c6a5..d3fc7c2eae0af37bd90aaada6ebc3cf6f785b855 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2000-03-27  Kevin L. Mitchell  <klmitch@emc.com>
 
+       * ircd/m_clearmode.c: add msg.h to includes...
+
+       * ircd/m_opmode.c: add msg.h to includes...
+
        * ircd/m_clearmode.c: implemented mo_clearchan()/ms_clearchan()
 
        * ircd/channel.c (modebuf_flush): realized I forgot to
@@ -66,7 +70,7 @@
 #
 # ChangeLog for ircu2.10.11
 #
-# $Id: ChangeLog,v 1.30 2000-03-27 20:12:50 kev Exp $
+# $Id: ChangeLog,v 1.31 2000-03-27 21:04:57 kev Exp $
 #
 # Insert new changes at beginning of the change list.
 #
index 01ec762cbee8eff1cb4c0631c6b423cbb2972c7c..05d5c115dac6aeef1f5e5f74fd57d9e8b7309416 100644 (file)
@@ -94,6 +94,7 @@
 #include "ircd.h"
 #include "ircd_reply.h"
 #include "ircd_string.h"
+#include "msg.h"
 #include "numeric.h"
 #include "numnicks.h"
 #include "send.h"
index e051b42e5835d17d278fc38d936cb1a0b6330976..87f261c178316f5ea39a42c6a106f65cc71e1e85 100644 (file)
 #include "handlers.h"
 #endif /* 0 */
 #include "client.h"
+#include "channel.h"
 #include "hash.h"
 #include "ircd.h"
 #include "ircd_reply.h"
 #include "ircd_string.h"
+#include "msg.h"
 #include "numeric.h"
 #include "numnicks.h"
 #include "send.h"