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/mi/mi-cmd-break.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/mi/mi-cmd-break.c')
-rw-r--r-- | gdb/mi/mi-cmd-break.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/mi/mi-cmd-break.c b/gdb/mi/mi-cmd-break.c index dc2eb37..916acfa 100644 --- a/gdb/mi/mi-cmd-break.c +++ b/gdb/mi/mi-cmd-break.c @@ -27,6 +27,7 @@ #include "gdb_string.h" #include "mi-getopt.h" #include "gdb-events.h" +#include "gdb.h" /* Convenience macro for allocting typesafe memory. */ |