diff options
Diffstat (limited to 'bindings')
-rw-r--r-- | bindings/python/pyzmq.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bindings/python/pyzmq.cpp b/bindings/python/pyzmq.cpp index 75f872d..425effe 100644 --- a/bindings/python/pyzmq.cpp +++ b/bindings/python/pyzmq.cpp @@ -17,11 +17,11 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */ +#include <Python.h> #include <stddef.h> #include <assert.h> #include <errno.h> #include <string.h> -#include <Python.h> #include "../c/zmq.h" |