aboutsummaryrefslogtreecommitdiff
path: root/lib/libmemstat/memstat_uma.c
diff options
context:
space:
mode:
authorGleb Smirnoff <glebius@FreeBSD.org>2016-02-04 00:23:21 +0000
committerGleb Smirnoff <glebius@FreeBSD.org>2016-02-04 00:23:21 +0000
commit9508a0e1fe745a4baee09d938ba5f0bd3c674aa8 (patch)
tree4831269df49c43605ef6a263108ca5a20a69c4b2 /lib/libmemstat/memstat_uma.c
parentf408f6043a5d7dd5ffbeb0ab8de458e58f860568 (diff)
downloadsrc-9508a0e1fe745a4baee09d938ba5f0bd3c674aa8.tar.gz
src-9508a0e1fe745a4baee09d938ba5f0bd3c674aa8.zip
Fix build.
Notes
Notes: svn path=/head/; revision=295226
Diffstat (limited to 'lib/libmemstat/memstat_uma.c')
-rw-r--r--lib/libmemstat/memstat_uma.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libmemstat/memstat_uma.c b/lib/libmemstat/memstat_uma.c
index 8e89585300b0..20cd5208fdd6 100644
--- a/lib/libmemstat/memstat_uma.c
+++ b/lib/libmemstat/memstat_uma.c
@@ -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>