svn commit: r361711 - head/sys/kern

Rick Macklem rmacklem at FreeBSD.org
Tue Jun 2 00:03:26 UTC 2020


Author: rmacklem
Date: Tue Jun  2 00:03:26 2020
New Revision: 361711
URL: https://svnweb.freebsd.org/changeset/base/361711

Log:
  Fix build issue introduced by r361699.
  
  Reported by:	cy (and others)

Modified:
  head/sys/kern/vfs_mount.c

Modified: head/sys/kern/vfs_mount.c
==============================================================================
--- head/sys/kern/vfs_mount.c	Mon Jun  1 23:44:03 2020	(r361710)
+++ head/sys/kern/vfs_mount.c	Tue Jun  2 00:03:26 2020	(r361711)
@@ -70,6 +70,9 @@ __FBSDID("$FreeBSD$");
 
 #include <machine/stdarg.h>
 
+#include <rpc/types.h>
+#include <rpc/auth.h>
+
 #include <security/audit/audit.h>
 #include <security/mac/mac_framework.h>
 


More information about the svn-src-all mailing list