From b71c3005e68d02f800ff09bcacece79d167bff75 Mon Sep 17 00:00:00 2001 From: malosek Date: Mon, 7 Sep 2009 17:06:47 +0200 Subject: include directory split into c and cpp dirs, added --with-c and --with-cpp configure options --- src/i_inout.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/i_inout.hpp') diff --git a/src/i_inout.hpp b/src/i_inout.hpp index 89b9fbd..4664b13 100644 --- a/src/i_inout.hpp +++ b/src/i_inout.hpp @@ -20,7 +20,7 @@ #ifndef __ZMQ_I_INOUT_HPP_INCLUDED__ #define __ZMQ_I_INOUT_HPP_INCLUDED__ -#include "../include/zmq.h" +#include "../c/zmq.h" namespace zmq { -- cgit v1.2.3