From 98ce834549ea7d82db85e293426d5e8a2b5b198f Mon Sep 17 00:00:00 2001 From: riastradh Date: Mon, 13 Apr 2015 22:43:41 +0000 Subject: More rnd.h user cleanup. --- sys/dev/rnd_private.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'sys/dev') 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 #include #include -#include +#include +#include +#include /* * Number of bytes returned per hash. This value is used in both -- cgit