svn commit: r295226 - head/lib/libmemstat

Gleb Smirnoff glebius at FreeBSD.org
Thu Feb 4 00:23:23 UTC 2016


Author: glebius
Date: Thu Feb  4 00:23:21 2016
New Revision: 295226
URL: https://svnweb.freebsd.org/changeset/base/295226

Log:
  Fix build.

Modified:
  head/lib/libmemstat/memstat_uma.c

Modified: head/lib/libmemstat/memstat_uma.c
==============================================================================
--- head/lib/libmemstat/memstat_uma.c	Wed Feb  3 23:41:58 2016	(r295225)
+++ head/lib/libmemstat/memstat_uma.c	Thu Feb  4 00:23:21 2016	(r295226)
@@ -29,6 +29,7 @@
 #include <sys/param.h>
 #include <sys/cpuset.h>
 #include <sys/sysctl.h>
+#include <sys/_task.h>
 
 #include <vm/vm.h>
 #include <vm/vm_page.h>


More information about the svn-src-all mailing list