diff options
author | attilio <attilio@FreeBSD.org> | 2011-05-08 14:45:53 +0000 |
---|---|---|
committer | attilio <attilio@FreeBSD.org> | 2011-05-08 14:45:53 +0000 |
commit | 060cccb5372db4bb6441c43f1c99bfab65c6b010 (patch) | |
tree | 5e1ea6453c9dc1dc1bfe356e8d13ae43927c83fb /lib/libmemstat | |
parent | 10ea4d196652fe0eb9ae279f5d068bf297eae8c6 (diff) | |
download | FreeBSD-src-060cccb5372db4bb6441c43f1c99bfab65c6b010.zip FreeBSD-src-060cccb5372db4bb6441c43f1c99bfab65c6b010.tar.gz |
Fix a mismerge.
Diffstat (limited to 'lib/libmemstat')
-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 8e2c4e8..485a4f2 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 */ |