diff options
| author | Mark Johnston <markj@FreeBSD.org> | 2018-10-24 16:49:16 +0000 |
|---|---|---|
| committer | Mark Johnston <markj@FreeBSD.org> | 2018-10-24 16:49:16 +0000 |
| commit | 7571e24901fbc8abea6cb2a280dfd73a236f38a6 (patch) | |
| tree | dfca997c5b492d70a0f99096afe694567d69f0d4 | |
| parent | 04c07c31eb2c2ddc5d9099586011d507441672ac (diff) | |
Notes
| -rw-r--r-- | sys/vm/uma_int.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/vm/uma_int.h b/sys/vm/uma_int.h index 62823d1b78b3..5b28df3701bf 100644 --- a/sys/vm/uma_int.h +++ b/sys/vm/uma_int.h @@ -31,6 +31,7 @@ */ #include <sys/_bitset.h> +#include <sys/_domainset.h> #include <sys/_task.h> /* |
