From 6f6aa01d8d757649fc26659cb8ddfc9e5a08919a Mon Sep 17 00:00:00 2001 From: Florian Forster Date: Tue, 23 Oct 2007 16:10:47 +0200 Subject: [PATCH 1/1] email plugin: Include `stddef.h' which defines the `offsetof' macro. --- src/email.c | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.11.0