From f6f2ed44c84aff3c38fc3eb5961b28621a14fc51 Mon Sep 17 00:00:00 2001 From: John Ehresman Date: Mon, 12 Apr 2010 23:21:24 -0400 Subject: Make pyglib-python-compat.h a public header and include in pygobject.h Also #define PyVarObject_HEAD_INIT if not defined (in < python 2.6) --- gobject/pygobject.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gobject') diff --git a/gobject/pygobject.h b/gobject/pygobject.h index d7eba07..aaab860 100644 --- a/gobject/pygobject.h +++ b/gobject/pygobject.h @@ -7,6 +7,8 @@ #include #include +#include + G_BEGIN_DECLS /* This is deprecated, don't use */ -- cgit