From: Florian Forster Date: Tue, 23 Oct 2007 14:10:47 +0000 (+0200) Subject: email plugin: Include `stddef.h' which defines the `offsetof' macro. X-Git-Tag: collectd-4.2.0~21^2~1 X-Git-Url: https://git.octo.it/?a=commitdiff_plain;h=6f6aa01d8d757649fc26659cb8ddfc9e5a08919a;p=collectd.git email plugin: Include `stddef.h' which defines the `offsetof' macro. --- diff --git a/src/email.c b/src/email.c index f5a544ac..869b7c36 100644 --- a/src/email.c +++ b/src/email.c @@ -39,6 +39,8 @@ #include "configfile.h" +#include + #if HAVE_LIBPTHREAD # include #endif