diff options
author | Andrew Cagney <cagney@redhat.com> | 2001-07-28 19:48:15 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2001-07-28 19:48:15 +0000 |
commit | 5b7f31a409c4cf665493580e9087f293298255dc (patch) | |
tree | b936d1ef981f869c7ef1a8354b48fd3ee58d9d8a /gdb/breakpoint.c | |
parent | 8aaf581c5dfbcf0645ac94ee8c54f3a0279765bb (diff) | |
download | gdb-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.c | 1 |
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 |