summaryrefslogtreecommitdiff
path: root/sys/dev/random/hash.c
diff options
context:
space:
mode:
authorMark Murray <markm@FreeBSD.org>2000-11-25 17:09:01 +0000
committerMark Murray <markm@FreeBSD.org>2000-11-25 17:09:01 +0000
commite73a42f8fb107ecee0fa96a7af9d64073a0072f1 (patch)
treec8737496b5c15adb44ea0259cce3dba1ed5a4c15 /sys/dev/random/hash.c
parent89c2809e657cdedfb18be139387cc046ad765a0c (diff)
Notes
Diffstat (limited to 'sys/dev/random/hash.c')
-rw-r--r--sys/dev/random/hash.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/random/hash.c b/sys/dev/random/hash.c
index 47bf7c2e1660..fbd1163c0739 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>