diff options
| author | Garrett Wollman <wollman@FreeBSD.org> | 2001-01-09 04:33:49 +0000 |
|---|---|---|
| committer | Garrett Wollman <wollman@FreeBSD.org> | 2001-01-09 04:33:49 +0000 |
| commit | 0a2c3d48c6383833e24ee0f978460e00fefa6b28 (patch) | |
| tree | 5c6f7c513b772c92726ed4413919063668e7b74e /sys/dev/random/randomdev.c | |
| parent | d31a0944a12fab2b41735ba6a46d483b4e7d9c2e (diff) | |
Notes
Diffstat (limited to 'sys/dev/random/randomdev.c')
| -rw-r--r-- | sys/dev/random/randomdev.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/random/randomdev.c b/sys/dev/random/randomdev.c index 6c9ee849034a..5a39b86e7a07 100644 --- a/sys/dev/random/randomdev.c +++ b/sys/dev/random/randomdev.c @@ -37,7 +37,7 @@ #include <sys/module.h> #include <sys/bus.h> #include <sys/poll.h> -#include <sys/select.h> +#include <sys/selinfo.h> #include <sys/random.h> #include <sys/vnode.h> #include <machine/bus.h> |
