summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorriastradh <riastradh@NetBSD.org>2021-05-31 10:57:02 +0000
committerriastradh <riastradh@NetBSD.org>2021-05-31 10:57:02 +0000
commit038135cba4b80f5c8d1e32fbc5b73c91c2f276d9 (patch)
treed22bd358dc0cf4c024ca5e159d49ebff2dc3278b /sys
parent44eca2bab10c5415e853f4d61b0b45ae2942a845 (diff)
uvm: Make uvm_extern.h (more) self-contained, needs sys/types.h.
Diffstat (limited to 'sys')
-rw-r--r--sys/uvm/uvm_extern.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/uvm/uvm_extern.h b/sys/uvm/uvm_extern.h
index 30f73f14cbd..91dd6f91497 100644
--- a/sys/uvm/uvm_extern.h
+++ b/sys/uvm/uvm_extern.h
@@ -1,4 +1,4 @@
-/* $NetBSD: uvm_extern.h,v 1.231 2020/08/14 09:06:15 chs Exp $ */
+/* $NetBSD: uvm_extern.h,v 1.232 2021/05/31 10:57:02 riastradh Exp $ */
/*
* Copyright (c) 1997 Charles D. Cranor and Washington University.
@@ -72,6 +72,8 @@
* NOTE: vm system calls are prototyped in syscallargs.h
*/
+#include <sys/types.h>
+
/*
* defines
*/