svn commit: r340011 - stable/12/sys/vm
Mark Johnston
markj at FreeBSD.org
Thu Nov 1 17:36:44 UTC 2018
Author: markj
Date: Thu Nov 1 17:36:42 2018
New Revision: 340011
URL: https://svnweb.freebsd.org/changeset/base/340011
Log:
MFC r339688:
Add an #include required after r339686.
Reported by: lwhsu
Approved by: re (gjb)
Modified:
stable/12/sys/vm/uma_int.h
Directory Properties:
stable/12/ (props changed)
Modified: stable/12/sys/vm/uma_int.h
==============================================================================
--- stable/12/sys/vm/uma_int.h Thu Nov 1 17:29:14 2018 (r340010)
+++ stable/12/sys/vm/uma_int.h Thu Nov 1 17:36:42 2018 (r340011)
@@ -31,6 +31,7 @@
*/
#include <sys/_bitset.h>
+#include <sys/_domainset.h>
#include <sys/_task.h>
/*
More information about the svn-src-stable
mailing list