From 319619cd1baf872c94d3b1a88296206b99abd23d Mon Sep 17 00:00:00 2001 From: Florian Forster Date: Mon, 18 Oct 2010 11:33:59 +0200 Subject: [PATCH] zeromq plugin: Add missing includes. --- src/zeromq.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/zeromq.c b/src/zeromq.c index b053c615..d7424a48 100644 --- 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 +#include // copy/paste from network.c ... -- 2.11.0