summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorkettenis <kettenis@openbsd.org>2018-06-28 22:47:20 +0000
committerkettenis <kettenis@openbsd.org>2018-06-28 22:47:20 +0000
commitab69877a99b5234b79a6bc878685ebbda0a61613 (patch)
tree0bb98443c98db2919d91f18ce488b0991ab2ddab /sys
parentremove other chunk of accidentally committed test code, spotted by deraadt (diff)
downloadwireguard-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.h3
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>