From d58ffc6cc6c304e25d46536469701a20cb67180f Mon Sep 17 00:00:00 2001 From: Fred Fish Date: Sun, 17 Mar 1996 01:08:19 +0000 Subject: [PATCH] * i386v4-nat.c (defs.h): Include before testing HAVE_SYS_PROCFS_H. --- gdb/ChangeLog | 1 + gdb/i386v4-nat.c | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 612530b..a22fc65 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -9,6 +9,7 @@ Sat Mar 16 16:45:43 1996 Fred Fish (config.h, stamp-h): New targets to remake config.h when necessary. * defs.h (config.h): Include before any other includes or defines. * i386-tdep.c (gdb_string.h): Move include after include of defs.h. + * i386v4-nat.c (defs.h): Include before testing HAVE_SYS_PROCFS_H. Sat Mar 16 14:55:27 1996 Fred Fish diff --git a/gdb/i386v4-nat.c b/gdb/i386v4-nat.c index 5febaf7..98f7365 100644 --- a/gdb/i386v4-nat.c +++ b/gdb/i386v4-nat.c @@ -17,9 +17,10 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ +#include "defs.h" + #ifdef HAVE_SYS_PROCFS_H -#include "defs.h" #include /* The /proc interface divides the target machine's register set up into -- 2.7.4