Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/sys Need <sys/queue.h> for LIST_ENTRY and <sys/null.h> f...



details:   https://anonhg.NetBSD.org/src/rev/4e97af58a51b
branches:  trunk
changeset: 343613:4e97af58a51b
user:      riastradh <riastradh%NetBSD.org@localhost>
date:      Tue Feb 16 23:07:58 2016 +0000

description:
Need <sys/queue.h> for LIST_ENTRY and <sys/null.h> for NULL.

diffstat:

 sys/sys/rndsource.h |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (20 lines):

diff -r 5283700de972 -r 4e97af58a51b sys/sys/rndsource.h
--- a/sys/sys/rndsource.h       Tue Feb 16 22:53:14 2016 +0000
+++ b/sys/sys/rndsource.h       Tue Feb 16 23:07:58 2016 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: rndsource.h,v 1.3 2015/04/21 03:53:07 riastradh Exp $  */
+/*     $NetBSD: rndsource.h,v 1.4 2016/02/16 23:07:58 riastradh Exp $  */
 
 /*-
  * Copyright (c) 1997 The NetBSD Foundation, Inc.
@@ -38,8 +38,10 @@
 #endif
 
 #include <sys/types.h>
+#include <sys/null.h>
 #include <sys/rndio.h>         /* RND_TYPE_*, RND_FLAG_* */
 #include <sys/rngtest.h>
+#include <sys/queue.h>
 
 typedef struct rnd_delta_estimator {
        uint64_t        x;



Home | Main Index | Thread Index | Old Index