#include <machine/tss.h> explicitly

This commit is contained in:
Peter Wemm 1997-10-10 12:53:27 +00:00
parent b67dffdad2
commit 5c97f357a9
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=30276
3 changed files with 3 additions and 0 deletions

View File

@ -41,6 +41,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
#include <machine/vmparam.h>
#include <machine/pcb.h>
#include <machine/tss.h>
#include <machine/frame.h>
static void kcore_files_info PARAMS ((struct target_ops *));

View File

@ -41,6 +41,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
#include <machine/vmparam.h>
#include <machine/pcb.h>
#include <machine/tss.h>
#include <machine/frame.h>
static void kcore_files_info PARAMS ((struct target_ops *));

View File

@ -41,6 +41,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
#include <machine/vmparam.h>
#include <machine/pcb.h>
#include <machine/tss.h>
#include <machine/frame.h>
static void kcore_files_info PARAMS ((struct target_ops *));