Module Name:    src
Committed By:   riastradh
Date:           Mon May 31 10:57:02 UTC 2021

Modified Files:
        src/sys/uvm: uvm_extern.h

Log Message:
uvm: Make uvm_extern.h (more) self-contained, needs sys/types.h.


To generate a diff of this commit:
cvs rdiff -u -r1.231 -r1.232 src/sys/uvm/uvm_extern.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/uvm/uvm_extern.h
diff -u src/sys/uvm/uvm_extern.h:1.231 src/sys/uvm/uvm_extern.h:1.232
--- src/sys/uvm/uvm_extern.h:1.231	Fri Aug 14 09:06:15 2020
+++ src/sys/uvm/uvm_extern.h	Mon May 31 10:57:02 2021
@@ -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
  */

Reply via email to