summaryrefslogtreecommitdiff
path: root/src/io_thread.cpp
diff options
context:
space:
mode:
authormalosek <malosek@fastmq.com>2009-09-16 16:49:09 +0200
committermalosek <malosek@fastmq.com>2009-09-16 16:49:09 +0200
commit1b2a426656134b85ff4c75cb0cccbc53f2b83447 (patch)
tree0b69640e9b072013a4ddbb921b4e2336d1796859 /src/io_thread.cpp
parent6bfb9e6aaf0adad441d693a679c30ef30aeb5c14 (diff)
c and cpp directories moved into bindings directory
Diffstat (limited to 'src/io_thread.cpp')
-rw-r--r--src/io_thread.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/io_thread.cpp b/src/io_thread.cpp
index d5de497..afac11c 100644
--- a/src/io_thread.cpp
+++ b/src/io_thread.cpp
@@ -17,7 +17,7 @@
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#include "../c/zmq.h"
+#include "../bindings/c/zmq.h"
#include "io_thread.hpp"
#include "command.hpp"