diff options
author | Attilio Rao <attilio@FreeBSD.org> | 2011-05-08 14:45:53 +0000 |
---|---|---|
committer | Attilio Rao <attilio@FreeBSD.org> | 2011-05-08 14:45:53 +0000 |
commit | be720a4061f9da8e1844da27b17fbb50322a293b (patch) | |
tree | 5e1ea6453c9dc1dc1bfe356e8d13ae43927c83fb | |
parent | 34e4a6f408ae92e30d943f1083807e2932497371 (diff) |
Notes
-rw-r--r-- | lib/libmemstat/memstat_uma.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libmemstat/memstat_uma.c b/lib/libmemstat/memstat_uma.c index 8e2c4e8b01322..485a4f2799069 100644 --- a/lib/libmemstat/memstat_uma.c +++ b/lib/libmemstat/memstat_uma.c @@ -27,6 +27,7 @@ */ #include <sys/param.h> +#include <sys/cpuset.h> #include <sys/sysctl.h> #define LIBMEMSTAT /* Cause vm_page.h not to include opt_vmpage.h */ |