projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e259956
)
zeromq plugin: Add missing includes.
author
Florian Forster
<octo@leeloo.lan.home.verplant.org>
Mon, 18 Oct 2010 09:33:59 +0000
(11:33 +0200)
committer
Florian Forster
<octo@leeloo.lan.home.verplant.org>
Mon, 18 Oct 2010 09:33:59 +0000
(11:33 +0200)
src/zeromq.c
patch
|
blob
|
history
diff --git
a/src/zeromq.c
b/src/zeromq.c
index
b053c61
..
d7424a4
100644
(file)
--- a/
src/zeromq.c
+++ b/
src/zeromq.c
@@
-27,7
+27,8
@@
#include "common.h" /* auxiliary functions */
#include "plugin.h" /* plugin_register_*, plugin_dispatch_values */
-
+#include <pthread.h>
+#include <zmq.h>
// copy/paste from network.c ...