From d58ffc6cc6c304e25d46536469701a20cb67180f Mon Sep 17 00:00:00 2001 From: Fred Fish Date: Sun, 17 Mar 1996 01:08:19 +0000 Subject: * i386v4-nat.c (defs.h): Include before testing HAVE_SYS_PROCFS_H. --- gdb/i386v4-nat.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'gdb/i386v4-nat.c') 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 -- cgit v1.1