From 3c61c145cc02ff7ec9ec2435651ebe6825dddaa6 Mon Sep 17 00:00:00 2001 From: Pierre Muller Date: Mon, 8 Oct 2007 14:40:42 +0000 Subject: [PATCH] 2007-10-08 Pierre Muller * linux-fork.c: Move "gdb_wait.h" include back to the position of include before last commit. --- gdb/ChangeLog | 5 +++++ gdb/linux-fork.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index df6b352..ee2e1d2 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2007-10-08 Pierre Muller + + * linux-fork.c: Move "gdb_wait.h" include back to the position of + include before last commit. + 2007-10-08 Maciej W. Rozycki * mips-tdep.c (mips32_next_pc): Fix a typo in BGTZL. diff --git a/gdb/linux-fork.c b/gdb/linux-fork.c index 83d92fe..82ff525 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 +#include "gdb_wait.h" #include #include #include -- 2.7.4