Index: gdb/python/py-events.h |
diff --git a/gdb/python/py-events.h b/gdb/python/py-events.h |
index dbf239423e20c76544ff951522d3832a37e2f515..4ec3832a75313ddf629a93d3f7659b77733deba4 100644 |
--- a/gdb/python/py-events.h |
+++ b/gdb/python/py-events.h |
@@ -1,6 +1,6 @@ |
/* Python interface to inferior events. |
- Copyright (C) 2009-2012 Free Software Foundation, Inc. |
+ Copyright (C) 2009-2013 Free Software Foundation, Inc. |
This file is part of GDB. |
@@ -20,12 +20,12 @@ |
#ifndef GDB_PY_EVENTS_H |
#define GDB_PY_EVENTS_H |
-#include "defs.h" |
#include "command.h" |
#include "python-internal.h" |
#include "inferior.h" |
-extern PyTypeObject thread_event_object_type; |
+extern PyTypeObject thread_event_object_type |
+ CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF ("event_object"); |
/* Stores a list of objects to be notified when the event for which this |
registry tracks occurs. */ |