aboutsummaryrefslogtreecommitdiff
path: root/gdb/gcore.c
diff options
context:
space:
mode:
authorMichael Snyder <msnyder@vmware.com>2002-01-10 23:32:25 +0000
committerMichael Snyder <msnyder@vmware.com>2002-01-10 23:32:25 +0000
commitc18be923ef2ab59f29f55706b725f886c110113b (patch)
tree1f8a2101cdd85558bd14c164b061a47d89c5368e /gdb/gcore.c
parentb87011e95221f8390c2c2304fec74aa090b68d39 (diff)
downloadgdb-c18be923ef2ab59f29f55706b725f886c110113b.zip
gdb-c18be923ef2ab59f29f55706b725f886c110113b.tar.gz
gdb-c18be923ef2ab59f29f55706b725f886c110113b.tar.bz2
2002-01-10 Michael Snyder <msnyder@redhat.com>
* Makefile.in: Add rules for gcore.o and linux-proc.o. * gcore.c: Include cli/cli-decode.h instead of command.h.
Diffstat (limited to 'gdb/gcore.c')
-rw-r--r--gdb/gcore.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/gcore.c b/gdb/gcore.c
index 48ed6a3..2e81d5b 100644
--- a/gdb/gcore.c
+++ b/gdb/gcore.c
@@ -19,7 +19,7 @@
Boston, MA 02111-1307, USA. */
#include "defs.h"
-#include "command.h"
+#include "cli/cli-decode.h"
#include "inferior.h"
#include "gdbcore.h"
#include "elf-bfd.h"