Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/sys <sys/rndsource.h> needs <sys/rndio.h> for RND_TYPE_*...
details: https://anonhg.NetBSD.org/src/rev/ffcf75f0df76
branches: trunk
changeset: 337369:ffcf75f0df76
user: riastradh <riastradh%NetBSD.org@localhost>
date: Mon Apr 13 16:02:48 2015 +0000
description:
<sys/rndsource.h> needs <sys/rndio.h> for RND_TYPE_*, RND_FLAG_*.
diffstat:
sys/sys/rndsource.h | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r 295759a90461 -r ffcf75f0df76 sys/sys/rndsource.h
--- a/sys/sys/rndsource.h Mon Apr 13 15:51:30 2015 +0000
+++ b/sys/sys/rndsource.h Mon Apr 13 16:02:48 2015 +0000
@@ -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 {
Home |
Main Index |
Thread Index |
Old Index