From 6c55c3314c9599fa1d97d7afd6a31b1982805265 Mon Sep 17 00:00:00 2001 From: "cebka@cebka-laptop" Date: Fri, 10 Oct 2008 19:21:23 +0400 Subject: * Write protocol output functions * Fix test suite build under linux --- test/rspamd_test_suite.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'test') 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) { -- cgit v1.2.3