summaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorPierre Muller <muller@ics.u-strasbg.fr>2007-10-08 14:40:42 +0000
committerPierre Muller <muller@ics.u-strasbg.fr>2007-10-08 14:40:42 +0000
commit92237eabe22fb7bfa5c55dd63af329153df4ed46 (patch)
treee70fed261373aaa04ddf213fdbc456f74e931bcb /gdb
parentbd210f8ab4934f15c8a1f3e3c5470b95ec0e24c0 (diff)
downloadgdb-92237eabe22fb7bfa5c55dd63af329153df4ed46.tar.gz
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.
Diffstat (limited to 'gdb')
-rw-r--r--gdb/ChangeLog5
-rw-r--r--gdb/linux-fork.c2
2 files changed, 6 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index df6b352d873..ee2e1d2d981 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -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.
diff --git a/gdb/linux-fork.c b/gdb/linux-fork.c
index 83d92fe9c79..82ff5256a9f 100644
--- a/gdb/linux-fork.c
+++ b/gdb/linux-fork.c
@@ -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>