summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@highsecure.ru>2015-08-27 17:30:13 +0100
committerVsevolod Stakhov <vsevolod@highsecure.ru>2015-08-27 17:36:29 +0100
commitbbdc006ee99784d31d4b1df3290f1a63fd4086e5 (patch)
tree037689f3ee28e03acc8a245c4d2b2b59f87421dd
parent5adbb3a2b26263a169f53233d742d5fa629a52ae (diff)
downloadrspamd-bbdc006ee99784d31d4b1df3290f1a63fd4086e5.tar.gz
rspamd-bbdc006ee99784d31d4b1df3290f1a63fd4086e5.zip
Fix include definition.
-rw-r--r--src/libserver/symbols_cache.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/libserver/symbols_cache.h b/src/libserver/symbols_cache.h
index b014709c8..2f4e28657 100644
--- a/src/libserver/symbols_cache.h
+++ b/src/libserver/symbols_cache.h
@@ -27,8 +27,7 @@
#include "config.h"
#include "ucl.h"
-#include "lua/lua_common.h"
-
+#include <lua.h>
#define MAX_SYMBOL 128
struct rspamd_task;