Module Name: src Committed By: dholland Date: Fri Jan 22 23:38:45 UTC 2016
Modified Files: src/sys/sys: pipe.h Log Message: Needs struct timespec. To generate a diff of this commit: cvs rdiff -u -r1.32 -r1.33 src/sys/sys/pipe.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/pipe.h diff -u src/sys/sys/pipe.h:1.32 src/sys/sys/pipe.h:1.33 --- src/sys/sys/pipe.h:1.32 Sun Dec 20 09:36:06 2009 +++ src/sys/sys/pipe.h Fri Jan 22 23:38:45 2016 @@ -1,4 +1,4 @@ -/* $NetBSD: pipe.h,v 1.32 2009/12/20 09:36:06 dsl Exp $ */ +/* $NetBSD: pipe.h,v 1.33 2016/01/22 23:38:45 dholland Exp $ */ /* * Copyright (c) 1996 John S. Dyson @@ -27,6 +27,7 @@ #define _SYS_PIPE_H_ #include <sys/selinfo.h> /* for struct selinfo */ +#include <sys/time.h> /* for struct timespec */ #include <uvm/uvm_extern.h>