diff options
Diffstat (limited to 'gdb/i386aix-nat.c')
-rw-r--r-- | gdb/i386aix-nat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/i386aix-nat.c b/gdb/i386aix-nat.c index 6bf3d69..20e656e 100644 --- a/gdb/i386aix-nat.c +++ b/gdb/i386aix-nat.c @@ -43,7 +43,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ /* Does AIX define this in <errno.h>? */ extern int errno; -#ifndef NO_SYS_REG_H +#ifdef HAVE_SYS_REG_H #include <sys/reg.h> #endif |