Add missing include for struct nvmm_x64_state
(Pointed out by the clang build)
This commit is contained in:
parent
1ba9f2bf59
commit
dd1f793151
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: libnvmm_x86.c,v 1.1 2018/11/10 09:28:56 maxv Exp $ */
|
||||
/* $NetBSD: libnvmm_x86.c,v 1.2 2018/11/11 00:06:48 maya Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 2018 The NetBSD Foundation, Inc.
|
||||
@ -42,6 +42,7 @@
|
||||
#include <machine/vmparam.h>
|
||||
#include <machine/pte.h>
|
||||
#include <machine/psl.h>
|
||||
#include <dev/nvmm/x86/nvmm_x86.h>
|
||||
|
||||
#include "nvmm.h"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user