Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/sys Requires sys/time.h for struct timespec.
details: https://anonhg.NetBSD.org/src/rev/2d126148c6d3
branches: trunk
changeset: 343113:2d126148c6d3
user: dholland <dholland%NetBSD.org@localhost>
date: Fri Jan 22 23:44:33 2016 +0000
description:
Requires sys/time.h for struct timespec.
diffstat:
sys/sys/tape.h | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r 05014d022669 -r 2d126148c6d3 sys/sys/tape.h
--- a/sys/sys/tape.h Fri Jan 22 23:42:14 2016 +0000
+++ b/sys/sys/tape.h Fri Jan 22 23:44:33 2016 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: tape.h,v 1.3 2005/12/26 18:41:36 perry Exp $ */
+/* $NetBSD: tape.h,v 1.4 2016/01/22 23:44:33 dholland Exp $ */
/*-
* Copyright (c) 2005 The NetBSD Foundation, Inc.
@@ -33,6 +33,7 @@
#define _SYS_TAPE_H_
#include <sys/queue.h>
+#include <sys/time.h>
#define TAPENAMELEN 16
Home |
Main Index |
Thread Index |
Old Index