]> jfr.im git - irc/quakenet/newserv.git/blobdiff - helpmod2/htopic.c
GLINES: fix null pointer deref in trustgline / trustungline
[irc/quakenet/newserv.git] / helpmod2 / htopic.c
index f283f5c7caea8eb748a23bf530cb6cb84a2f1cac..b77ba43a8b7840c80732ed12e7ed085a747f5df8 100644 (file)
@@ -2,8 +2,7 @@
 #include <stdlib.h>
 #include <string.h>
 
-#include "../lib/sstring.h"
-
+#include "helpmod.h"
 #include "htopic.h"
 
 htopic *htopic_add(htopic** htop, const char* entry, int pos)