diff options
author | Elena Zannoni <ezannoni@kwikemart.cygnus.com> | 2002-08-27 19:06:36 +0000 |
---|---|---|
committer | Elena Zannoni <ezannoni@kwikemart.cygnus.com> | 2002-08-27 19:06:36 +0000 |
commit | e1507482f5e624c7fcc9d4365f75de6ae7d010e1 (patch) | |
tree | 91da6a738943037771cb0504aa3e689c482cbfdf /gdb/breakpoint.c | |
parent | ad5211bec58c208be9512e73da9cb1b982e8d4fe (diff) | |
download | gdb-e1507482f5e624c7fcc9d4365f75de6ae7d010e1.zip gdb-e1507482f5e624c7fcc9d4365f75de6ae7d010e1.tar.gz gdb-e1507482f5e624c7fcc9d4365f75de6ae7d010e1.tar.bz2 |
2002-08-27 Elena Zannoni <ezannoni@redhat.com>
* cli/cli-script.h (copy_command_lines): Export.
* breakpoint.c: Include cli/cli-script.h.
* Makefile.in (breakpoint.o): Update dependencies.
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 630536f..c52b4ba 100644 --- a/gdb/breakpoint.c +++ b/gdb/breakpoint.c @@ -45,6 +45,7 @@ #include "completer.h" #include "gdb.h" #include "ui-out.h" +#include "cli/cli-script.h" #include "gdb-events.h" |