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.
This commit is contained in:
Michael Snyder
2002-01-10 23:32:25 +00:00
parent b87011e952
commit c18be923ef
3 changed files with 11 additions and 2 deletions

View File

@@ -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"