added basic ssl support to ircu
[ircu2.10.12-pk.git] / ircd / m_die.c
index 9b3519d63fae26bdd9416586d7d79b27bdcff6d7..e8f9ccc2e1667ca61c12e6d228204d88460803d3 100644 (file)
@@ -83,6 +83,7 @@
 
 #include "client.h"
 #include "ircd.h"
+#include "ircd_log.h"
 #include "ircd_reply.h"
 #include "ircd_string.h"
 #include "msg.h"
@@ -91,7 +92,7 @@
 #include "s_bsd.h"
 #include "send.h"
 
-#include <assert.h>
+/* #include <assert.h> -- Now using assert in ircd_log.h */
 
 
 /*