email plugin: Include `stddef.h' which defines the `offsetof' macro.
authorFlorian Forster <octo@noris.net>
Tue, 23 Oct 2007 14:10:47 +0000 (16:10 +0200)
committerFlorian Forster <octo@noris.net>
Tue, 23 Oct 2007 14:10:47 +0000 (16:10 +0200)
src/email.c

index f5a544a..869b7c3 100644 (file)
@@ -39,6 +39,8 @@
 
 #include "configfile.h"
 
+#include <stddef.h>
+
 #if HAVE_LIBPTHREAD
 # include <pthread.h>
 #endif