only include i386/include/reg.h on i386.

This commit is contained in:
matt 2000-02-27 17:30:10 +00:00
parent b4cec2ce4c
commit 74ca33774a
1 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: ibcs2_misc.c,v 1.43 2000/01/13 06:33:29 matt Exp $ */
/* $NetBSD: ibcs2_misc.c,v 1.44 2000/02/27 17:30:10 matt Exp $ */
/*
* Copyright (c) 1994, 1995, 1998 Scott Bartram
@ -89,7 +89,9 @@
#include <vm/vm.h>
#include <sys/sysctl.h> /* must be included after vm.h */
#if defined(__i386__)
#include <i386/include/reg.h>
#endif
#include <compat/ibcs2/ibcs2_types.h>
#include <compat/ibcs2/ibcs2_dirent.h>