aboutsummaryrefslogtreecommitdiffstats
path: root/libshiboken/threadstatesaver.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/threadstatesaver.h
parentdfd3c75a8ba6bc8a1ac42909d96bc6d4c11c6bd7 (diff)
Added sbkpython.h to deal with conflicts and missing symbols between Python2 and 3.
Diffstat (limited to 'libshiboken/threadstatesaver.h')
-rw-r--r--libshiboken/threadstatesaver.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libshiboken/threadstatesaver.h b/libshiboken/threadstatesaver.h
index 5b2935114..a43ef7c7e 100644
--- a/libshiboken/threadstatesaver.h
+++ b/libshiboken/threadstatesaver.h
@@ -23,7 +23,7 @@
#ifndef THREADSTATESAVER_H
#define THREADSTATESAVER_H
-#include <Python.h>
+#include "sbkpython.h"
#include <shibokenmacros.h>
namespace Shiboken