diff options
Diffstat (limited to 'sys/dev/random/probe.c')
| -rw-r--r-- | sys/dev/random/probe.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/random/probe.c b/sys/dev/random/probe.c index 05b8223246781..e5f15fe726674 100644 --- a/sys/dev/random/probe.c +++ b/sys/dev/random/probe.c @@ -29,6 +29,7 @@ __FBSDID("$FreeBSD$"); #include <sys/types.h> +#include <sys/param.h> #include <sys/malloc.h> #include <sys/random.h> #include <sys/selinfo.h> |
