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/5ec1ad3eea3c
branches: trunk
changeset: 350354:5ec1ad3eea3c
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 91c7628fda71 -r 5ec1ad3eea3c 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