diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2018-06-28 22:47:21 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2018-06-28 22:47:21 +0000 |
commit | 0ebdc86ec304be00d13a20325fffbf4f804b80ce (patch) | |
tree | 20a100326fea76580ade6c433f6a1de4c5b2306c /sys/arch/arm64 | |
parent | 7239b38bbc6b3cba53ed733d36287da720e9e4bb (diff) |
Add missing <sys/param.h>.
ok krw@, millert@, drahn@
Diffstat (limited to 'sys/arch/arm64')
-rw-r--r-- | sys/arch/arm64/include/db_machdep.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/arm64/include/db_machdep.h b/sys/arch/arm64/include/db_machdep.h index f8af409bea2..7a724dcae2d 100644 --- a/sys/arch/arm64/include/db_machdep.h +++ b/sys/arch/arm64/include/db_machdep.h @@ -1,4 +1,4 @@ -/* $OpenBSD: db_machdep.h,v 1.2 2018/01/30 15:46:12 kettenis Exp $ */ +/* $OpenBSD: db_machdep.h,v 1.3 2018/06/28 22:47:20 kettenis Exp $ */ /* $NetBSD: db_machdep.h,v 1.5 2001/11/22 18:00:00 thorpej Exp $ */ /* @@ -36,6 +36,7 @@ * Machine-dependent defines for new kernel debugger. */ +#include <sys/param.h> #include <uvm/uvm_extern.h> #include <machine/armreg.h> #include <machine/frame.h> |