diff options
| author | riastradh <riastradh@NetBSD.org> | 2015-04-13 22:43:41 +0000 |
|---|---|---|
| committer | riastradh <riastradh@NetBSD.org> | 2015-04-13 22:43:41 +0000 |
| commit | 98ce834549ea7d82db85e293426d5e8a2b5b198f (patch) | |
| tree | 5436f9a174c7d98f458cce95716845f0463215e2 /sys/dev | |
| parent | 1bb987b6a87c445b2080a943ee458832bdbee798 (diff) | |
More rnd.h user cleanup.
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/rnd_private.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sys/dev/rnd_private.h b/sys/dev/rnd_private.h index cb36c399491..ec03520ac40 100644 --- a/sys/dev/rnd_private.h +++ b/sys/dev/rnd_private.h @@ -1,4 +1,4 @@ -/* $NetBSD: rnd_private.h,v 1.7 2015/04/13 15:13:50 riastradh Exp $ */ +/* $NetBSD: rnd_private.h,v 1.8 2015/04/13 22:43:41 riastradh Exp $ */ /*- * Copyright (c) 1997 The NetBSD Foundation, Inc. @@ -36,7 +36,9 @@ #include <sys/types.h> #include <sys/mutex.h> #include <sys/queue.h> -#include <sys/rnd.h> +#include <sys/rndio.h> +#include <sys/rndsource.h> +#include <sys/rndpool.h> /* * Number of bytes returned per hash. This value is used in both |
