]> jfr.im git - irc/quakenet/newserv.git/blobdiff - core/nsmalloc.c
Merge.
[irc/quakenet/newserv.git] / core / nsmalloc.c
index 26d411bfd3f7655bdcaa63be4dbec1624bcf63aa..7208b0f0688081fce29dcc232c64555ce0a968b0 100644 (file)
@@ -2,6 +2,7 @@
 
 #include <stdlib.h>
 #include <string.h>
+#include <assert.h>
 
 #include "nsmalloc.h"
 #define __NSMALLOC_C