From eb737947eb2afe98f9dac1121fa37d1b746c5657 Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Thu, 8 Oct 2015 13:15:15 +0100 Subject: Reorganize includes to reduce namespace pollution. --- src/lua/lua_buffer.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/lua/lua_buffer.c') diff --git a/src/lua/lua_buffer.c b/src/lua/lua_buffer.c index 021b13a0d..d5f4c7848 100644 --- a/src/lua/lua_buffer.c +++ b/src/lua/lua_buffer.c @@ -23,6 +23,8 @@ #include "lua_common.h" #include "buffer.h" +#include "unix-std.h" +#include /* Public prototypes */ struct rspamd_io_dispatcher_s * lua_check_io_dispatcher (lua_State * L); -- cgit v1.2.3