aboutsummaryrefslogtreecommitdiffstats
path: root/libpyside/pysideweakref.cpp
diff options
context:
space:
mode:
authorHugo Parente Lima <hugo.pl@gmail.com>2011-10-10 15:01:38 -0300
committerHugo Parente Lima <hugo.pl@gmail.com>2012-03-08 16:56:13 -0300
commited94eda7981e1fa9a3f1ba29c8eda19a010ba3f6 (patch)
tree25a049d9cb5e549488edae2f42fe0f06e0f0e14c /libpyside/pysideweakref.cpp
parent620b46650ac150b17707aba54512a2fd06fde14c (diff)
Use sbkpython.h instead of Python.h to avoid problems with Python2.5.
Reviewer: Lauro Moura <lauro.neto@openbossa.org> Marcelo Lira <marcelo.lira@openbossa.org>
Diffstat (limited to 'libpyside/pysideweakref.cpp')
-rw-r--r--libpyside/pysideweakref.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libpyside/pysideweakref.cpp b/libpyside/pysideweakref.cpp
index 195206aa1..3f4dfd701 100644
--- a/libpyside/pysideweakref.cpp
+++ b/libpyside/pysideweakref.cpp
@@ -1,6 +1,6 @@
#include "pysideweakref.h"
-#include <Python.h>
+#include <sbkpython.h>
typedef struct {
PyObject_HEAD