diff options
author | malosek <malosek@fastmq.com> | 2009-09-08 14:54:04 +0200 |
---|---|---|
committer | malosek <malosek@fastmq.com> | 2009-09-08 14:54:04 +0200 |
commit | 2a4a10c8be92c5ce6314378fc4de163888075279 (patch) | |
tree | 683df480e109aeff751d93d3b89b28a1f7311a3a /python | |
parent | ec6822a477b89ac77afc90425bf36c4829dbef3d (diff) |
build system tuning
Diffstat (limited to 'python')
-rw-r--r-- | python/pyzmq.cpp | 2 |
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 { |