Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/wscons Needed <sys/time.h> that it got in the past b...



details:   https://anonhg.NetBSD.org/src/rev/3dc9ec9dfa30
branches:  trunk
changeset: 820496:3dc9ec9dfa30
user:      christos <christos%NetBSD.org@localhost>
date:      Tue Jan 10 20:08:52 2017 +0000

description:
Needed <sys/time.h> that it got in the past by side-effect loading
of <sys/stat.h> from <fcntl.h>. Go figure.

diffstat:

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

diffs (17 lines):

diff -r 05f70f398e27 -r 3dc9ec9dfa30 sys/dev/wscons/wsconsio.h
--- a/sys/dev/wscons/wsconsio.h Tue Jan 10 19:20:34 2017 +0000
+++ b/sys/dev/wscons/wsconsio.h Tue Jan 10 20:08:52 2017 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: wsconsio.h,v 1.115 2016/06/10 21:26:43 macallan Exp $ */
+/* $NetBSD: wsconsio.h,v 1.116 2017/01/10 20:08:52 christos Exp $ */
 
 /*
  * Copyright (c) 1996, 1997 Christopher G. Demetriou.  All rights reserved.
@@ -46,6 +46,7 @@
 
 #include <sys/types.h>
 #include <sys/ioccom.h>
+#include <sys/time.h>
 #include <dev/wscons/wsksymvar.h>
 
 



Home | Main Index | Thread Index | Old Index