diff options
author | Ryan Libby <rlibby@FreeBSD.org> | 2019-12-13 10:34:19 +0000 |
---|---|---|
committer | Ryan Libby <rlibby@FreeBSD.org> | 2019-12-13 10:34:19 +0000 |
commit | 80ee0f4a6b3bc7cda4cdd1712392170ef0a4540e (patch) | |
tree | cca9e7e6ba134a8f4c638c5cb2553956ae86cd74 /lib | |
parent | 9825eadf2c5733993c61dbc106d4380ace6b1046 (diff) | |
download | src-80ee0f4a6b3bc7cda4cdd1712392170ef0a4540e.tar.gz src-80ee0f4a6b3bc7cda4cdd1712392170ef0a4540e.zip |
Notes
Diffstat (limited to 'lib')
-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 7c292e7ba460..cf30f5f312e5 100644 --- a/lib/libmemstat/memstat_uma.c +++ b/lib/libmemstat/memstat_uma.c @@ -31,6 +31,7 @@ #include <sys/param.h> #include <sys/counter.h> #include <sys/cpuset.h> +#include <sys/stddef.h> #include <sys/sysctl.h> #include <vm/uma.h> |