Module Name:    src
Committed By:   riastradh
Date:           Tue Apr 14 12:21:12 UTC 2015

Modified Files:
        src/sys/dev: rndpseudo.c

Log Message:
Include rndpool.h, rndsource.h here because we use them.


To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 src/sys/dev/rndpseudo.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/dev/rndpseudo.c
diff -u src/sys/dev/rndpseudo.c:1.27 src/sys/dev/rndpseudo.c:1.28
--- src/sys/dev/rndpseudo.c:1.27	Tue Apr 14 12:14:09 2015
+++ src/sys/dev/rndpseudo.c	Tue Apr 14 12:21:12 2015
@@ -1,4 +1,4 @@
-/*	$NetBSD: rndpseudo.c,v 1.27 2015/04/14 12:14:09 riastradh Exp $	*/
+/*	$NetBSD: rndpseudo.c,v 1.28 2015/04/14 12:21:12 riastradh Exp $	*/
 
 /*-
  * Copyright (c) 1997-2013 The NetBSD Foundation, Inc.
@@ -31,7 +31,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: rndpseudo.c,v 1.27 2015/04/14 12:14:09 riastradh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: rndpseudo.c,v 1.28 2015/04/14 12:21:12 riastradh Exp $");
 
 #if defined(_KERNEL_OPT)
 #include "opt_compat_netbsd.h"
@@ -61,6 +61,8 @@ __KERNEL_RCSID(0, "$NetBSD: rndpseudo.c,
 #include <sys/evcnt.h>
 
 #include <sys/rnd.h>
+#include <sys/rndpool.h>
+#include <sys/rndsource.h>
 #ifdef COMPAT_50
 #include <compat/sys/rnd.h>
 #endif

Reply via email to