added basic ssl support to ircu
[ircu2.10.12-pk.git] / ircd / m_proto.c
index 3a9f3ca6d5cf45405aa1a52c2e7708fba13bcb3b..4bf0a068534d6affb809566ae9d8111d469d4a1f 100644 (file)
@@ -28,6 +28,7 @@
 #include "ircd.h"
 #include "ircd_alloc.h"
 #include "ircd_chattr.h"
+#include "ircd_log.h"
 #include "ircd_reply.h"
 #include "ircd_string.h"
 #include "msg.h"
@@ -39,7 +40,7 @@
 #include "supported.h"
 #include "version.h"
 
-#include <assert.h>
+/* #include <assert.h> -- Now using assert in ircd_log.h */
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>