summaryrefslogtreecommitdiff
path: root/python/pyzmq.cpp
diff options
context:
space:
mode:
authormalosek <malosek@fastmq.com>2009-09-08 14:54:04 +0200
committermalosek <malosek@fastmq.com>2009-09-08 14:54:04 +0200
commit2a4a10c8be92c5ce6314378fc4de163888075279 (patch)
tree683df480e109aeff751d93d3b89b28a1f7311a3a /python/pyzmq.cpp
parentec6822a477b89ac77afc90425bf36c4829dbef3d (diff)
build system tuning
Diffstat (limited to 'python/pyzmq.cpp')
-rw-r--r--python/pyzmq.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/pyzmq.cpp b/python/pyzmq.cpp
index 2fc32d1..d1f5457 100644
--- a/python/pyzmq.cpp
+++ b/python/pyzmq.cpp
@@ -23,7 +23,7 @@
#include <string.h>
#include <Python.h>
-#include "../include/zmq.h"
+#include "../c/zmq.h"
struct context_t
{