X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=bindings%2Flua%2Frrdlua.c;h=a5b9fb75b12884e855d80320a795364a96788bf8;hb=2ba0dac41cd82d69b612b5b4526f6e6f85c8abdc;hp=bef3e66421d53535244ab9a6417904a5fd369db5;hpb=e0fde57e050da8ae29bf1a95aee958dfff2510e2;p=rrdtool.git diff --git a/bindings/lua/rrdlua.c b/bindings/lua/rrdlua.c index bef3e66..a5b9fb7 100644 --- a/bindings/lua/rrdlua.c +++ b/bindings/lua/rrdlua.c @@ -27,11 +27,11 @@ #include "../../src/rrd_tool.h" #ifdef LUA50 - #ifdef HAVE_COMPAT51 - #include "compat-5.1.h" - #else - #include "compat-5.1r5/compat-5.1.h" - #endif +#ifdef HAVE_COMPAT51 +#include "compat-5.1.h" +#else +#include "compat-5.1r5/compat-5.1.h" +#endif #endif extern void rrd_freemem(void *mem);