Add missing header to ircd_string.h; add debug logging to test scripts.
[ircu2.10.12-pk.git] / include / ircd_string.h
index 888cfb33de36e43d4ae89861ca014f6b674167f6..7562135fc0b06da62373aff54ca79b5ab701c3db 100644 (file)
@@ -4,6 +4,9 @@
  */
 #ifndef INCLUDED_ircd_string_h
 #define INCLUDED_ircd_string_h
+
+#include <string.h> /* for DupString()'s strcpy, strlen */
+
 #ifndef INCLUDED_ircd_chattr_h
 #include "ircd_chattr.h"
 #endif