diff options
Diffstat (limited to 'src/lua/lua_buffer.c')
-rw-r--r-- | src/lua/lua_buffer.c | 2 |
1 files changed, 2 insertions, 0 deletions
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 <math.h> /* Public prototypes */ struct rspamd_io_dispatcher_s * lua_check_io_dispatcher (lua_State * L); |