X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fcommon.c;h=fd1fbd402194ee9c67fd886d60dc33d1a13a1b1d;hb=528a9dfd368b95c4f741827fe4e953124eb17270;hp=5487b326fd34ac31eb8adfe20fa6971ecd0c4fec;hpb=6f7f9185a4b85b442d26821b5df8742466d2e682;p=collectd.git diff --git a/src/common.c b/src/common.c index 5487b326..fd1fbd40 100644 --- a/src/common.c +++ b/src/common.c @@ -22,6 +22,10 @@ * Niki W. Waibel **/ +#if HAVE_CONFIG_H +# include "config.h" +#endif + #include "common.h" #include "utils_debug.h"