From 27e2d08449ea52649e2e42b263f76fbd5d8382c5 Mon Sep 17 00:00:00 2001 From: Martin Lucina Date: Thu, 11 Mar 2010 20:33:27 +0100 Subject: Restructure language bindings C and C++ headers moved from bindings/ to include/, bindings/ removed --with-c and --with-cpp options to configure removed, C and C++ now built and installed by default --- src/sub.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/sub.hpp') diff --git a/src/sub.hpp b/src/sub.hpp index 8234b77..670aa79 100644 --- a/src/sub.hpp +++ b/src/sub.hpp @@ -20,7 +20,7 @@ #ifndef __ZMQ_SUB_HPP_INCLUDED__ #define __ZMQ_SUB_HPP_INCLUDED__ -#include "../bindings/c/zmq.h" +#include "../include/zmq.h" #include "prefix_tree.hpp" #include "socket_base.hpp" -- cgit v1.2.3