diff options
author | Vsevolod Stakhov <vsevolod@rambler-co.ru> | 2011-07-29 20:35:00 +0400 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@rambler-co.ru> | 2011-07-29 20:35:00 +0400 |
commit | 4c4773d96b1b2a157009590908fce032696281c5 (patch) | |
tree | c9709f5a21b4eafbfee04327884cb5c6d39006e4 /src/lua/lua_common.h | |
parent | 513e304bc6255492eee5c78c97d222037087f429 (diff) | |
download | rspamd-4c4773d96b1b2a157009590908fce032696281c5.tar.gz rspamd-4c4773d96b1b2a157009590908fce032696281c5.zip |
* Fix build under CentOS 5 with old glib 2.12
* Fix build of rspamd with CMAKE_BINARY_DIR differs from CMAKE_SOURCE_DIR
Rework include style.
Diffstat (limited to 'src/lua/lua_common.h')
-rw-r--r-- | src/lua/lua_common.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lua/lua_common.h b/src/lua/lua_common.h index 3f3fc7a1d..26710c904 100644 --- a/src/lua/lua_common.h +++ b/src/lua/lua_common.h @@ -1,11 +1,11 @@ #ifndef RSPAMD_LUA_H #define RSPAMD_LUA_H -#include "../config.h" +#include "config.h" #ifdef WITH_LUA -#include "../main.h" -#include "../cfg_file.h" +#include "main.h" +#include "cfg_file.h" #include <lua.h> #include <lauxlib.h> #include <lualib.h> |