diff options
author | 2018-06-28 22:47:20 +0000 | |
---|---|---|
committer | 2018-06-28 22:47:20 +0000 | |
commit | ab69877a99b5234b79a6bc878685ebbda0a61613 (patch) | |
tree | 0bb98443c98db2919d91f18ce488b0991ab2ddab /sys | |
parent | remove other chunk of accidentally committed test code, spotted by deraadt (diff) | |
download | wireguard-openbsd-ab69877a99b5234b79a6bc878685ebbda0a61613.tar.xz wireguard-openbsd-ab69877a99b5234b79a6bc878685ebbda0a61613.zip |
Add missing <sys/param.h>.
ok krw@, millert@, drahn@
Diffstat (limited to 'sys')
-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> |