summaryrefslogtreecommitdiff
path: root/gdb/gcore.c
diff options
context:
space:
mode:
authorMichael Snyder <msnyder@specifix.com>2002-01-10 23:32:25 +0000
committerMichael Snyder <msnyder@specifix.com>2002-01-10 23:32:25 +0000
commit27cb52684ad362cc078c6a89474fdc19fc0ff9b1 (patch)
tree8f88720b5141504dc6f8a1678c476aa758a7c4ee /gdb/gcore.c
parent070448bdbd634ed9661762d16bcb74c35873f8f1 (diff)
downloadgdb-27cb52684ad362cc078c6a89474fdc19fc0ff9b1.tar.gz
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 48ed6a3b594..2e81d5bb7cd 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"