aboutsummaryrefslogtreecommitdiff
path: root/gdb/python/py-value.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-value.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-value.c')
-rw-r--r--gdb/python/py-value.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/python/py-value.c b/gdb/python/py-value.c
index 760360e..44443e0 100644
--- a/gdb/python/py-value.c
+++ b/gdb/python/py-value.c
@@ -28,6 +28,7 @@
#include "infcall.h"
#include "expression.h"
#include "cp-abi.h"
+#include "python.h"
#ifdef HAVE_PYTHON