diff options
author | Hugo Parente Lima <hugo.pl@gmail.com> | 2011-10-06 18:03:50 -0300 |
---|---|---|
committer | Hugo Parente Lima <hugo.pl@gmail.com> | 2011-10-06 20:20:31 -0300 |
commit | 342059a75cb1a7b125a165f206dfe9c2c2a30969 (patch) | |
tree | f26b18fe585c7b8639743dc341002ae8ab40267f | |
parent | 9861730eee5a232fb5753cc799dfe3af46bc8286 (diff) | |
download | shiboken-342059a75cb1a7b125a165f206dfe9c2c2a30969.tar.gz shiboken-342059a75cb1a7b125a165f206dfe9c2c2a30969.tar.xz shiboken-342059a75cb1a7b125a165f206dfe9c2c2a30969.zip |
Use sbkpython instead of Python.h.
-rw-r--r-- | libshiboken/sbkstring.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libshiboken/sbkstring.h b/libshiboken/sbkstring.h index 214acc1d..34a56c8b 100644 --- a/libshiboken/sbkstring.h +++ b/libshiboken/sbkstring.h @@ -23,7 +23,7 @@ #ifndef SBKSTRING_H #define SBKSTRING_H -#include <Python.h> +#include "sbkpython.h" #include "shibokenmacros.h" #if PY_MAJOR_VERSION >= 3 |