From 42b6a120137d07ae3d06f9189cf64c1321c3a067 Mon Sep 17 00:00:00 2001 From: Simon Schubert Date: Fri, 30 May 2008 09:39:46 +0000 Subject: [PATCH] Include sys/select.h to conform to SUS. Noticed-by: hasso@ --- sys/sys/time.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sys/sys/time.h b/sys/sys/time.h index 18114ff395..878ad552bb 100644 --- a/sys/sys/time.h +++ b/sys/sys/time.h @@ -32,7 +32,7 @@ * * @(#)time.h 8.5 (Berkeley) 5/4/95 * $FreeBSD: src/sys/sys/time.h,v 1.42 1999/12/29 04:24:48 peter Exp $ - * $DragonFly: src/sys/sys/time.h,v 1.18 2008/04/02 14:16:15 sephe Exp $ + * $DragonFly: src/sys/sys/time.h,v 1.19 2008/05/30 09:39:46 corecode Exp $ */ #ifndef _SYS_TIME_H_ @@ -42,6 +42,8 @@ #include #endif +#include + /* * Structure returned by gettimeofday(2) system call, * and used in other calls. -- 2.11.4.GIT