* Rename remote-es1800.c to remote-es.c
[deliverable/binutils-gdb.git] / gdb / i386v-nat.c
index 3598d3a03f11d7b6b93d63b54c337863e1f26d53..e2ab3f34f9cc1d4cb1ce83bde4ed70a4e0ddfb6d 100644 (file)
@@ -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"
This page took 0.022786 seconds and 4 git commands to generate.