Index: gdb/python/py-continueevent.c |
diff --git a/gdb/python/py-continueevent.c b/gdb/python/py-continueevent.c |
index 2a1524e4c476d1b146171cf0443b1dc85d2a1464..c1f8f65d8a1f10d8d36d4430381ccd088c79cdf6 100644 |
--- a/gdb/python/py-continueevent.c |
+++ b/gdb/python/py-continueevent.c |
@@ -1,6 +1,6 @@ |
/* Python interface to inferior continue events. |
- Copyright (C) 2009-2012 Free Software Foundation, Inc. |
+ Copyright (C) 2009-2013 Free Software Foundation, Inc. |
This file is part of GDB. |
@@ -17,9 +17,11 @@ |
You should have received a copy of the GNU General Public License |
along with this program. If not, see <http://www.gnu.org/licenses/>. */ |
+#include "defs.h" |
#include "py-event.h" |
-static PyTypeObject continue_event_object_type; |
+static PyTypeObject continue_event_object_type |
+ CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF ("event_object"); |
static PyObject * |
create_continue_event_object (void) |