aboutsummaryrefslogtreecommitdiff
path: root/sys/arch/amd64
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/amd64')
-rw-r--r--sys/arch/amd64/trap.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/arch/amd64/trap.S b/sys/arch/amd64/trap.S
index b63e087..46e36bb 100644
--- a/sys/arch/amd64/trap.S
+++ b/sys/arch/amd64/trap.S
@@ -27,7 +27,7 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
-#include <machine/frame.h>
+#include <machine/frameasm.h>
#include <machine/trap.h>
#include <sys/cdefs.h>