* i386v4-nat.c: Include sys/reg.h if present.

This commit is contained in:
Anthony Green 1998-08-19 22:57:00 +00:00
parent b49867b644
commit 9ca743cf2f
2 changed files with 8 additions and 0 deletions

View 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.

View 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>