From 6ab58b767993ccac1de9fe6bf43983bbf75d72d1 Mon Sep 17 00:00:00 2001 From: Hugo Parente Lima Date: Thu, 6 Oct 2011 18:03:50 -0300 Subject: Use sbkpython instead of Python.h. --- libshiboken/sbkstring.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libshiboken') 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 +#include "sbkpython.h" #include "shibokenmacros.h" #if PY_MAJOR_VERSION >= 3 -- cgit v1.2.3