added basic ssl support to ircu
[ircu2.10.12-pk.git] / ircd / m_away.c
index 00fc7ab5d5627db273bf7a9217dbff3756a098e5..ef440c19ab37a54009864dd76bdbbcf0cc5c897c 100644 (file)
@@ -84,6 +84,7 @@
 #include "client.h"
 #include "ircd.h"
 #include "ircd_alloc.h"
+#include "ircd_log.h"
 #include "ircd_reply.h"
 #include "ircd_string.h"
 #include "msg.h"
@@ -92,7 +93,7 @@
 #include "s_user.h"
 #include "send.h"
 
-#include <assert.h>
+/* #include <assert.h> -- Now using assert in ircd_log.h */
 #include <string.h>
 
 /*