projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
62b1cfd
)
email plugin: Include `stddef.h' which defines the `offsetof' macro.
author
Florian Forster
<octo@noris.net>
Tue, 23 Oct 2007 14:10:47 +0000
(16:10 +0200)
committer
Florian Forster
<octo@noris.net>
Tue, 23 Oct 2007 14:10:47 +0000
(16:10 +0200)
src/email.c
patch
|
blob
|
history
diff --git
a/src/email.c
b/src/email.c
index
f5a544a
..
869b7c3
100644
(file)
--- a/
src/email.c
+++ b/
src/email.c
@@
-39,6
+39,8
@@
#include "configfile.h"
+#include <stddef.h>
+
#if HAVE_LIBPTHREAD
# include <pthread.h>
#endif