diff --git a/sys/uvm/uvm_device.h b/sys/uvm/uvm_device.h index 483a93a240f8..7242d34e8145 100644 --- a/sys/uvm/uvm_device.h +++ b/sys/uvm/uvm_device.h @@ -1,4 +1,4 @@ -/* $NetBSD: uvm_device.h,v 1.14 2020/09/05 16:30:13 riastradh Exp $ */ +/* $NetBSD: uvm_device.h,v 1.15 2021/12/18 16:31:53 riastradh Exp $ */ /* * Copyright (c) 1997 Charles D. Cranor and Washington University. @@ -30,6 +30,13 @@ #ifndef _UVM_UVM_DEVICE_H_ #define _UVM_UVM_DEVICE_H_ +#include +#include + +#include +#include +#include + /* * uvm_device.h *