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

* linux-fork.c: Move "gdb_wait.h" include back to the position of
	<sys/wait.h> include before last commit.
This commit is contained in:
Pierre Muller
2007-10-08 14:40:42 +00:00
parent c7f0a8e098
commit 3c61c145cc
2 changed files with 6 additions and 1 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 "gdb_wait.h"
#include <sys/param.h>
#include <dirent.h>
#include <ctype.h>