From: Pierre Muller Date: Mon, 8 Oct 2007 14:40:42 +0000 (+0000) Subject: 2007-10-08 Pierre Muller X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=3c61c145cc02ff7ec9ec2435651ebe6825dddaa6;p=binutils-gdb.git 2007-10-08 Pierre Muller * linux-fork.c: Move "gdb_wait.h" include back to the position of include before last commit. --- 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 + + * 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 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 +#include "gdb_wait.h" #include #include #include