aboutsummaryrefslogtreecommitdiff
path: root/gdb/python/py-breakpoint.c
diff options
context:
space:
mode:
authorPedro Alves <palves@redhat.com>2012-03-01 21:06:54 +0000
committerPedro Alves <palves@redhat.com>2012-03-01 21:06:54 +0000
commit49a8461db86081af4f76289427c673ff302dc1fd (patch)
treec6e77ab82cf7a4715a3a7089d3f132dcf74e5e2a /gdb/python/py-breakpoint.c
parent9079102fe5b2288e029744e2deb3e96891fe1b92 (diff)
downloadgdb-49a8461db86081af4f76289427c673ff302dc1fd.zip
gdb-49a8461db86081af4f76289427c673ff302dc1fd.tar.gz
gdb-49a8461db86081af4f76289427c673ff302dc1fd.tar.bz2
2012-03-01 Pedro Alves <palves@redhat.com>
* 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.
Diffstat (limited to 'gdb/python/py-breakpoint.c')
-rw-r--r--gdb/python/py-breakpoint.c1
1 files changed, 1 insertions, 0 deletions
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"