aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHugo Parente Lima <hugo.pl@gmail.com>2011-10-06 18:03:50 -0300
committerHugo Parente Lima <hugo.pl@gmail.com>2012-03-08 16:18:21 -0300
commit6ab58b767993ccac1de9fe6bf43983bbf75d72d1 (patch)
tree1d28341aab9c052991c6a47937ce756dcef465aa
parent0bdb5f609941bc5faaf5002fcaa5c2020dcf829d (diff)
Use sbkpython instead of Python.h.
-rw-r--r--libshiboken/sbkstring.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libshiboken/sbkstring.h b/libshiboken/sbkstring.h
index 214acc1d5..34a56c8b4 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