Module Name: src
Committed By: riastradh
Date: Mon Apr 13 16:02:48 UTC 2015
Modified Files:
src/sys/sys: rndsource.h
Log Message:
<sys/rndsource.h> needs <sys/rndio.h> for RND_TYPE_*, RND_FLAG_*.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/sys/rndsource.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/sys/rndsource.h
diff -u src/sys/sys/rndsource.h:1.1 src/sys/sys/rndsource.h:1.2
--- src/sys/sys/rndsource.h:1.1 Mon Apr 13 15:39:19 2015
+++ src/sys/sys/rndsource.h Mon Apr 13 16:02:48 2015
@@ -1,4 +1,4 @@
-/* $NetBSD: rndsource.h,v 1.1 2015/04/13 15:39:19 riastradh Exp $ */
+/* $NetBSD: rndsource.h,v 1.2 2015/04/13 16:02:48 riastradh Exp $ */
/*-
* Copyright (c) 1997 The NetBSD Foundation, Inc.
@@ -38,6 +38,7 @@
#endif
#include <sys/types.h>
+#include <sys/rndio.h> /* RND_TYPE_*, RND_FLAG_* */
#include <sys/rngtest.h>
typedef struct rnd_delta_estimator {