added gnutls backend and moved backend code into new files
[ircu2.10.12-pk.git] / ircd / memdebug.c
index 0c84ea14fc8cab048d13f35b6f547f0732568670..af7e53011c9da53eaf8529d7fc9db160371846d9 100644 (file)
@@ -1,11 +1,14 @@
 #include <sys/types.h>
 #include "ircd.h"
 #include "ircd_alloc.h"
+#include "ircd_log.h"
 #include "client.h"
 #include "s_debug.h"
+#include "send.h"
 #include <stdlib.h>
+#include <string.h>
 
-#include <assert.h>
+/* #include <assert.h> -- Now using assert in ircd_log.h */
 
 #ifdef MDEBUG