summaryrefslogtreecommitdiffstats
path: root/test/rspamd_test_suite.c
diff options
context:
space:
mode:
authorcebka@cebka-laptop <cebka@cebka-laptop>2008-10-10 19:21:23 +0400
committercebka@cebka-laptop <cebka@cebka-laptop>2008-10-10 19:21:23 +0400
commit6c55c3314c9599fa1d97d7afd6a31b1982805265 (patch)
treefc81201dee4091545addf6119bdd35d81ec1f177 /test/rspamd_test_suite.c
parent9571811836cf8afe7733f0599976e90e3cbde560 (diff)
downloadrspamd-6c55c3314c9599fa1d97d7afd6a31b1982805265.tar.gz
rspamd-6c55c3314c9599fa1d97d7afd6a31b1982805265.zip
* Write protocol output functions
* Fix test suite build under linux
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)
{