X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Futils_ignorelist.c;h=d2546aab3db1a1506d909cb8309950d1195d4dab;hb=14b7c735bf93b5a6260a0e064bccc28dc7581c7f;hp=f71ac1d7abef01e6336acf9858c1fdea482bce28;hpb=06adec208286b5a136ffa5c5f3832c35e9f62844;p=collectd.git diff --git a/src/utils_ignorelist.c b/src/utils_ignorelist.c index f71ac1d7..d2546aab 100644 --- a/src/utils_ignorelist.c +++ b/src/utils_ignorelist.c @@ -47,6 +47,10 @@ * return; **/ +#if HAVE_CONFIG_H +# include "config.h" +#endif + #include "common.h" #include "plugin.h" #include "utils_ignorelist.h"