Source-Changes-HG archive

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

[src/trunk]: src/sys/dev Pull in <sys/stdbool.h>.



details:   https://anonhg.NetBSD.org/src/rev/1b5756964671
branches:  trunk
changeset: 466769:1b5756964671
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Wed Jan 01 23:07:38 2020 +0000

description:
Pull in <sys/stdbool.h>.

diffstat:

 sys/dev/clock_subr.h |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 256e74c896a9 -r 1b5756964671 sys/dev/clock_subr.h
--- a/sys/dev/clock_subr.h      Wed Jan 01 22:57:16 2020 +0000
+++ b/sys/dev/clock_subr.h      Wed Jan 01 23:07:38 2020 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: clock_subr.h,v 1.29 2020/01/01 21:09:11 thorpej Exp $  */
+/*     $NetBSD: clock_subr.h,v 1.30 2020/01/01 23:07:38 thorpej Exp $  */
 
 /*-
  * Copyright (c) 1996, 2020 The NetBSD Foundation, Inc.
@@ -33,6 +33,7 @@
 #define _DEV_CLOCK_SUBR_H_
 
 #include <sys/clock.h>
+#include <sys/stdbool.h>
 
 /*
  * "POSIX time" to/from "YY/MM/DD/hh/mm/ss"



Home | Main Index | Thread Index | Old Index