summaryrefslogtreecommitdiff
path: root/gdb/python/py-evts.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/python/py-evts.c')
-rw-r--r--gdb/python/py-evts.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/python/py-evts.c b/gdb/python/py-evts.c
index f388781fcaf..3494b477294 100644
--- a/gdb/python/py-evts.c
+++ b/gdb/python/py-evts.c
@@ -18,6 +18,8 @@
along with this program. If not, see <http://www.gnu.org/licenses/>. */
#include "defs.h"
+
+/* Local non-gdb includes. */
#include "py-events.h"
#ifdef IS_PY3K