aboutsummaryrefslogtreecommitdiffstats
path: root/src/lua_worker.c
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@highsecure.ru>2015-08-06 15:30:10 +0100
committerVsevolod Stakhov <vsevolod@highsecure.ru>2015-08-06 15:30:10 +0100
commit2a5e10cd472278a35dc4a7980a8130bcb9ca6430 (patch)
treefb960ce0e37eaca6788f27f620547231fc0a5a22 /src/lua_worker.c
parent2c33c006c2b7f8cea8bbbb157c39268705211e8a (diff)
downloadrspamd-2a5e10cd472278a35dc4a7980a8130bcb9ca6430.tar.gz
rspamd-2a5e10cd472278a35dc4a7980a8130bcb9ca6430.zip
Hide workers and modules definitions.
Diffstat (limited to 'src/lua_worker.c')
-rw-r--r--src/lua_worker.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lua_worker.c b/src/lua_worker.c
index 50db9ea6b..681971661 100644
--- a/src/lua_worker.c
+++ b/src/lua_worker.c
@@ -25,6 +25,7 @@
#include "config.h"
#include "util.h"
#include "main.h"
+#include "libserver/worker_util.h"
#include "protocol.h"
#include "upstream.h"
#include "cfg_file.h"