summaryrefslogtreecommitdiffstats
path: root/test/rspamd_test_suite.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/rspamd_test_suite.c')
-rw-r--r--test/rspamd_test_suite.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/rspamd_test_suite.c b/test/rspamd_test_suite.c
index c7c239f87..90e64b112 100644
--- a/test/rspamd_test_suite.c
+++ b/test/rspamd_test_suite.c
@@ -13,6 +13,10 @@
#include "../cfg_file.h"
#include "tests.h"
+#ifdef HAVE_STRLCPY_H
+#include "../strlcpy.c"
+#endif
+
int
main (int argc, char **argv)
{