2004-04-06 Andrew Cagney <cagney@redhat.com>

* infttrace.c: Include "infttrace.h".
	* infttrace.h: Include "target.h".
	* Makefile.in (infttrace_h): Update.
	(infttrace.o): Update.
This commit is contained in:
Andrew Cagney
2004-04-06 18:29:10 +00:00
parent 6d5189699c
commit 6339dc9ee1
4 changed files with 12 additions and 2 deletions

View File

@@ -22,6 +22,8 @@
#ifndef INFTTRACE_H
#define INFTTRACE_H
#include "target.h" /* For enum target_waitkind. */
extern int parent_attach_all (int, PTRACE_ARG3_TYPE, int);
extern pid_t hppa_switched_threads (pid_t gdb_pid);
extern int hpux_has_forked (int pid, int *childpid);