From 49a8461db86081af4f76289427c673ff302dc1fd Mon Sep 17 00:00:00 2001 From: Pedro Alves Date: Thu, 1 Mar 2012 21:06:54 +0000 Subject: 2012-03-01 Pedro Alves * python/py-breakpoint.c: Include python.h. * python/py-continueevent.c (create_continue_event_object): Make static. * python/py-lazy-string.c (stpy_get_type): Make static. * python/py-newobjfileevent.c (create_new_objfile_event_object): Make static. * python/py-utils.c (unicode_to_target_python_string): Make static. * python/py-value.c: Include python.h. --- gdb/python/py-breakpoint.c | 1 + 1 file changed, 1 insertion(+) (limited to 'gdb/python/py-breakpoint.c') diff --git a/gdb/python/py-breakpoint.c b/gdb/python/py-breakpoint.c index 195ed2b..c13fb95 100644 --- a/gdb/python/py-breakpoint.c +++ b/gdb/python/py-breakpoint.c @@ -21,6 +21,7 @@ #include "value.h" #include "exceptions.h" #include "python-internal.h" +#include "python.h" #include "charset.h" #include "breakpoint.h" #include "gdbcmd.h" -- cgit v1.1