summaryrefslogtreecommitdiffstats
path: root/src/client
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@rambler-co.ru>2011-02-16 15:26:44 +0300
committerVsevolod Stakhov <vsevolod@rambler-co.ru>2011-02-16 15:26:44 +0300
commita1d1360ccbde0637045a1adc2098065550f0496b (patch)
tree21b06cfadc525d1d1dcde147688649fd7d3523c1 /src/client
parent21596f21a35a4d0e110c04824dcda5ef37450003 (diff)
downloadrspamd-a1d1360ccbde0637045a1adc2098065550f0496b.tar.gz
rspamd-a1d1360ccbde0637045a1adc2098065550f0496b.zip
Include proper header when building rspamc.
Diffstat (limited to 'src/client')
-rw-r--r--src/client/rspamc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/rspamc.c b/src/client/rspamc.c
index ff43bbc16..52c29a395 100644
--- a/src/client/rspamc.c
+++ b/src/client/rspamc.c
@@ -23,7 +23,7 @@
*/
#include "config.h"
-#include "librspamdclient.h"
+#include "../../lib/librspamdclient.h"
#define PRINT_FUNC printf