Module Name: src Committed By: dholland Date: Fri Jan 22 23:44:33 UTC 2016
Modified Files: src/sys/sys: tape.h Log Message: Requires sys/time.h for struct timespec. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sys/sys/tape.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/sys/tape.h diff -u src/sys/sys/tape.h:1.3 src/sys/sys/tape.h:1.4 --- src/sys/sys/tape.h:1.3 Mon Dec 26 18:41:36 2005 +++ src/sys/sys/tape.h Fri Jan 22 23:44:33 2016 @@ -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