From: octo Date: Sun, 18 Dec 2005 10:36:31 +0000 (+0000) Subject: Added contribution for Tommie Gannert's PID-file patch to `AUTHORS' X-Git-Tag: collectd-3.6.0~31 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=c9b431c4a30a1318360ee4b68258a97070d12038;p=collectd.git Added contribution for Tommie Gannert's PID-file patch to `AUTHORS' --- diff --git a/AUTHORS b/AUTHORS index 52b63075..ca7cccd9 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1,33 +1,36 @@ This package was written by: - Florian octo Forster + Florian octo Forster cpufreq module by: - Peter Holik + Peter Holik hddtemp module by: - Vincent Stehlé + Vincent Stehlé nfs module by: - Jason Pepas + Jason Pepas processes module by: - Lyonel Vincent + Lyonel Vincent serial module by: - David Bacher + David Bacher tape module by: - Scott Garrett + Scott Garrett users module by: - Sebastian Harl + Sebastian Harl + +PID-file patch by: + Tommie Gannert don't-fork-patch by: - Alvaro Barcellos + Alvaro Barcellos many autotools related fixes, libltdl code, getmnt-wizardry and much help has contributed: - Niki W. Waibel + Niki W. Waibel collectd is available at: diff --git a/src/collectd.c b/src/collectd.c index e8081785..a9b1ac80 100644 --- a/src/collectd.c +++ b/src/collectd.c @@ -21,6 +21,7 @@ * Alvaro Barcellos **/ +#include "collectd.h" #include "common.h" #include "utils_debug.h"