Include <machine/intr.h> here.

This commit is contained in:
simonb 2002-05-25 04:30:16 +00:00
parent efd6a59812
commit 4e7ebf2dd2
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: cpu.h,v 1.34 2001/06/14 22:56:57 thorpej Exp $ */
/* $NetBSD: cpu.h,v 1.35 2002/05/25 04:30:16 simonb Exp $ */
/*-
* Copyright (c) 1990 The Regents of the University of California.
@ -51,6 +51,7 @@
* modified from 386 code for the pc532 by Phil Nelson (12/92)
*/
#include <machine/intr.h>
#include <machine/psl.h>
#include <machine/frame.h>