X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fdaemon%2Futils_complain.c;h=d028c06735cdb17843b8d6fb72ff89476021adb4;hb=474d70e02d04de92aa7503b3887989729bbbff02;hp=6193614940e34570265cff661c9517f38b349318;hpb=2bda2a5648c87a2c5b8304238cd80ff17984c5cd;p=collectd.git diff --git a/src/daemon/utils_complain.c b/src/daemon/utils_complain.c index 61936149..d028c067 100644 --- a/src/daemon/utils_complain.c +++ b/src/daemon/utils_complain.c @@ -27,6 +27,7 @@ **/ #include "collectd.h" + #include "utils_complain.h" #include "plugin.h" @@ -102,4 +103,3 @@ void c_do_release (int level, c_complain_t *c, const char *format, ...) } /* c_release */ /* vim: set sw=4 ts=4 tw=78 noexpandtab : */ -