diff options
Diffstat (limited to 'gdb/i386v-nat.c')
-rw-r--r-- | gdb/i386v-nat.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/gdb/i386v-nat.c b/gdb/i386v-nat.c index 3598d3a..e2ab3f3 100644 --- a/gdb/i386v-nat.c +++ b/gdb/i386v-nat.c @@ -1,4 +1,4 @@ -/* Intel 386 native support. +/* Intel 386 native support for SYSV systems (pre-SVR4). Copyright (C) 1988, 1989, 1991, 1992 Free Software Foundation, Inc. This file is part of GDB. @@ -37,7 +37,10 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ #include <sys/file.h> #include <sys/stat.h> +#ifndef NO_SYS_REG_H #include <sys/reg.h> +#endif + #include "ieee-float.h" #include "target.h" |