diff options
Diffstat (limited to 'sys/dev/random/hash.c')
-rw-r--r-- | sys/dev/random/hash.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/random/hash.c b/sys/dev/random/hash.c index 47bf7c2..fbd1163 100644 --- a/sys/dev/random/hash.c +++ b/sys/dev/random/hash.c @@ -31,8 +31,8 @@ #include <sys/queue.h> #include <sys/libkern.h> #include <sys/random.h> -#include <sys/time.h> #include <sys/types.h> + #include <crypto/blowfish/blowfish.h> #include <dev/random/hash.h> |