* 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

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