From a270d5efcaa019f02e169497cf069f8d462ab398 Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Fri, 31 Jan 2014 08:13:54 +0100 Subject: fix zmq.h include error when ZMQ disabled --- src/dabOutput/dabOutputZMQ.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/dabOutput/dabOutputZMQ.cpp') diff --git a/src/dabOutput/dabOutputZMQ.cpp b/src/dabOutput/dabOutputZMQ.cpp index 271cfa1..24fa6dc 100644 --- a/src/dabOutput/dabOutputZMQ.cpp +++ b/src/dabOutput/dabOutputZMQ.cpp @@ -32,7 +32,9 @@ You should have received a copy of the GNU General Public License along with CRC-DabMux. If not, see . */ -#include "config.h" +#ifdef HAVE_CONFIG_H +# include "config.h" +#endif #if defined(HAVE_OUTPUT_ZEROMQ) -- cgit v1.2.3