aboutsummaryrefslogtreecommitdiffstats
path: root/libshiboken/helper.h
diff options
context:
space:
mode:
authorHugo Parente Lima <hugo.pl@gmail.com>2011-09-14 15:44:01 -0300
committerHugo Parente Lima <hugo.pl@gmail.com>2012-03-08 16:17:14 -0300
commit24206196a34b4faeb4b720efcc84747f35accf94 (patch)
tree5ebfb058a208299d6bf65dae7f90442b50ecf52d /libshiboken/helper.h
parentdfd3c75a8ba6bc8a1ac42909d96bc6d4c11c6bd7 (diff)
Added sbkpython.h to deal with conflicts and missing symbols between Python2 and 3.
Diffstat (limited to 'libshiboken/helper.h')
-rw-r--r--libshiboken/helper.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libshiboken/helper.h b/libshiboken/helper.h
index 13c119afc..a76511d12 100644
--- a/libshiboken/helper.h
+++ b/libshiboken/helper.h
@@ -23,7 +23,7 @@
#ifndef HELPER_H
#define HELPER_H
-#include <Python.h>
+#include "sbkpython.h"
#include "shibokenmacros.h"
#include "conversions.h"
#include "autodecref.h"