2007-10-08 Pierre Muller <muller@ics.u-strasbg.fr>
authorPierre Muller <muller@sourceware.org>
Mon, 8 Oct 2007 14:40:42 +0000 (14:40 +0000)
committerPierre Muller <muller@sourceware.org>
Mon, 8 Oct 2007 14:40:42 +0000 (14:40 +0000)
* linux-fork.c: Move "gdb_wait.h" include back to the position of
<sys/wait.h> include before last commit.

gdb/ChangeLog
gdb/linux-fork.c

index df6b352..ee2e1d2 100644 (file)
@@ -1,3 +1,8 @@
+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.
+
 2007-10-08  Maciej W. Rozycki  <macro@mips.com>
 
        * mips-tdep.c (mips32_next_pc): Fix a typo in BGTZL.
index 83d92fe..82ff525 100644 (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>