* i386v4-nat.c: Include sys/reg.h if present.
authorAnthony Green <green@redhat.com>
Wed, 19 Aug 1998 22:57:00 +0000 (22:57 +0000)
committerAnthony Green <green@redhat.com>
Wed, 19 Aug 1998 22:57:00 +0000 (22:57 +0000)
gdb/ChangeLog
gdb/i386v4-nat.c

index c2d94b1874105755398ccedfe432220310cca22c..c6348c9b424d36c936fe345ad15dacd2c4980fc8 100644 (file)
@@ -1,3 +1,7 @@
+Wed Aug 19 15:53:52 1998  Anthony Green  <green@hoser.cygnus.com>
+
+       * i386v4-nat.c: Include sys/reg.h if present.
+
 Wed Aug 19 03:07:53 1998  Richard Henderson  <rth@cygnus.com>
 
        * config/alpha/alpha-linux (XDEPFILES): Build ser-tcp.
index 3882ac7b6ece98d139d50baf31c8bb45d75d542c..965f6321ef2ff6447f49a6cc7d9254136fbbddc9 100644 (file)
@@ -19,6 +19,10 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
 
 #include "defs.h"
 
+#ifdef HAVE_SYS_REG_H
+#include <sys/reg.h>
+#endif
+
 #ifdef HAVE_SYS_PROCFS_H
 
 #include <sys/procfs.h>
This page took 0.026061 seconds and 4 git commands to generate.