zeromq plugin: Add missing includes.
authorFlorian Forster <octo@leeloo.lan.home.verplant.org>
Mon, 18 Oct 2010 09:33:59 +0000 (11:33 +0200)
committerFlorian Forster <octo@leeloo.lan.home.verplant.org>
Mon, 18 Oct 2010 09:33:59 +0000 (11:33 +0200)
src/zeromq.c

index b053c61..d7424a4 100644 (file)
@@ -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 ...