diff options
Diffstat (limited to 'python/pyzmq.cpp')
-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 { |