Source-Changes-HG archive

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

[src/trunk]: src/sys/sys Needs sys/time.h for struct timespec.



details:   https://anonhg.NetBSD.org/src/rev/93270e84a37b
branches:  trunk
changeset: 813237:93270e84a37b
user:      dholland <dholland%NetBSD.org@localhost>
date:      Fri Jan 22 22:43:25 2016 +0000

description:
Needs sys/time.h for struct timespec.

diffstat:

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

diffs (17 lines):

diff -r f33edf910853 -r 93270e84a37b sys/sys/vnode.h
--- a/sys/sys/vnode.h   Fri Jan 22 22:39:29 2016 +0000
+++ b/sys/sys/vnode.h   Fri Jan 22 22:43:25 2016 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: vnode.h,v 1.256 2015/07/12 08:11:28 hannken Exp $      */
+/*     $NetBSD: vnode.h,v 1.257 2016/01/22 22:43:25 dholland Exp $     */
 
 /*-
  * Copyright (c) 2008 The NetBSD Foundation, Inc.
@@ -65,6 +65,7 @@
 #include <sys/condvar.h>
 #include <sys/rwlock.h>
 #include <sys/mutex.h>
+#include <sys/time.h>
 
 /* XXX: clean up includes later */
 #include <uvm/uvm_param.h>     /* XXX */



Home | Main Index | Thread Index | Old Index