Module Name:    src
Committed By:   hannken
Date:           Wed Nov 18 16:13:34 UTC 2020

Modified Files:
        src/sys/arch/amd64/include: msan.h

Log Message:
Make this at least compile.
Looks like a missing part from "Round of uvm.h cleanup (2020-09-05 18:30)".


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/sys/arch/amd64/include/msan.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/arch/amd64/include/msan.h
diff -u src/sys/arch/amd64/include/msan.h:1.5 src/sys/arch/amd64/include/msan.h:1.6
--- src/sys/arch/amd64/include/msan.h:1.5	Wed Sep  9 16:29:59 2020
+++ src/sys/arch/amd64/include/msan.h	Wed Nov 18 16:13:34 2020
@@ -1,4 +1,4 @@
-/*	$NetBSD: msan.h,v 1.5 2020/09/09 16:29:59 maxv Exp $	*/
+/*	$NetBSD: msan.h,v 1.6 2020/11/18 16:13:34 hannken Exp $	*/
 
 /*
  * Copyright (c) 2019-2020 Maxime Villard, m00nbsd.net
@@ -30,6 +30,8 @@
 
 #include <sys/ksyms.h>
 
+#include <uvm/uvm.h>
+
 #include <amd64/pmap.h>
 #include <amd64/vmparam.h>
 

Reply via email to