aboutsummaryrefslogtreecommitdiff
path: root/gdb/breakpoint.c
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2001-07-28 19:48:15 +0000
committerAndrew Cagney <cagney@redhat.com>2001-07-28 19:48:15 +0000
commit5b7f31a409c4cf665493580e9087f293298255dc (patch)
treeb936d1ef981f869c7ef1a8354b48fd3ee58d9d8a /gdb/breakpoint.c
parent8aaf581c5dfbcf0645ac94ee8c54f3a0279765bb (diff)
downloadgdb-5b7f31a409c4cf665493580e9087f293298255dc.zip
gdb-5b7f31a409c4cf665493580e9087f293298255dc.tar.gz
gdb-5b7f31a409c4cf665493580e9087f293298255dc.tar.bz2
Move libgdb library functions to gdb.h (new file).
Update everything related to this.
Diffstat (limited to 'gdb/breakpoint.c')
-rw-r--r--gdb/breakpoint.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/breakpoint.c b/gdb/breakpoint.c
index 77e9606..db330cc 100644
--- a/gdb/breakpoint.c
+++ b/gdb/breakpoint.c
@@ -41,6 +41,7 @@
#include "objfiles.h"
#include "linespec.h"
#include "completer.h"
+#include "gdb.h"
#ifdef UI_OUT
#include "ui-out.h"
#endif