X-Git-Url: https://git.octo.it/?p=collectd.git;a=blobdiff_plain;f=src%2Futils_lua.c;h=d0de9085b66a721b5be102ec89be9491fcbd2932;hp=1f060f84e5001283f317b77e9cd318a5806ea266;hb=48efd3deb4c9139fd060ff3d289896e9031bcc7c;hpb=a9e50e9e30ecde17e167e271060c8183bfcbf407 diff --git a/src/utils_lua.c b/src/utils_lua.c index 1f060f84..d0de9085 100644 --- a/src/utils_lua.c +++ b/src/utils_lua.c @@ -24,11 +24,7 @@ * Florian Forster **/ -/* defines a macro using "sprintf". Although not used here, - * GCC will complain about the macro definition. */ -#define DONT_POISON_SPRINTF_YET - -#include "common.h" +#include "utils/common/common.h" #include "utils_lua.h" static int ltoc_values(lua_State *L, /* {{{ */