2007-10-08 Pierre Muller <muller@ics.u-strasbg.fr>

* linux-fork.c: ARI fix: include "gdb_wait.h" instead of <sys/wait.h>.
	Makefile.in (linux-fork.o): Add gdb_wait.h dependency.
This commit is contained in:
Pierre Muller
2007-10-08 07:43:43 +00:00
parent e982104129
commit cdf430071a
3 changed files with 8 additions and 2 deletions

View File

@ -26,9 +26,9 @@
#include "gdb_string.h"
#include "linux-fork.h"
#include "linux-nat.h"
#include "gdb_wait.h"
#include <sys/ptrace.h>
#include <sys/wait.h>
#include <sys/param.h>
#include <dirent.h>
#include <ctype.h>