X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fcommon.c;h=bcdf59aafdbd8a52a36579073f49ff2bf9b6c8f8;hb=7293eb23871200cea4de5c594610fe782891339a;hp=6521a58bd1a07a376fda133faed70f549e122ed3;hpb=dc80c73c20ef0e69c3850fd9679a827ad79e61a1;p=collectd.git diff --git a/src/common.c b/src/common.c index 6521a58b..bcdf59aa 100644 --- a/src/common.c +++ b/src/common.c @@ -20,6 +20,10 @@ * Niki W. Waibel **/ +#if HAVE_CONFIG_H +# include "config.h" +#endif + #include "common.h" #include "plugin.h"