Module Name: src
Committed By: thorpej
Date: Wed Jan 1 23:07:38 UTC 2020
Modified Files:
src/sys/dev: clock_subr.h
Log Message:
Pull in <sys/stdbool.h>.
To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 src/sys/dev/clock_subr.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/dev/clock_subr.h
diff -u src/sys/dev/clock_subr.h:1.29 src/sys/dev/clock_subr.h:1.30
--- src/sys/dev/clock_subr.h:1.29 Wed Jan 1 21:09:11 2020
+++ src/sys/dev/clock_subr.h Wed Jan 1 23:07:38 2020
@@ -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"