diff options
| author | Conrad Meyer <cem@FreeBSD.org> | 2019-05-20 00:38:23 +0000 |
|---|---|---|
| committer | Conrad Meyer <cem@FreeBSD.org> | 2019-05-20 00:38:23 +0000 |
| commit | e2e050c8ef733138fc6a9e514e4b856fefbc3ff1 (patch) | |
| tree | f2ba0e6ef3f572211c35dcb8f9aef4f132a08d96 /sys/cddl/compat | |
| parent | 2ad7ed6e4a84448234e9aaef3c9fa884848f7387 (diff) | |
Notes
Diffstat (limited to 'sys/cddl/compat')
| -rw-r--r-- | sys/cddl/compat/opensolaris/kern/opensolaris.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/cddl/compat/opensolaris/kern/opensolaris.c b/sys/cddl/compat/opensolaris/kern/opensolaris.c index 640b2f30b979f..f804a1b561d17 100644 --- a/sys/cddl/compat/opensolaris/kern/opensolaris.c +++ b/sys/cddl/compat/opensolaris/kern/opensolaris.c @@ -27,7 +27,7 @@ */ #include <sys/cdefs.h> -#include <sys/types.h> +#include <sys/param.h> #include <sys/conf.h> #include <sys/cpuvar.h> #include <sys/errno.h> |
