From 648d9fd09b0815d3261c00d1b0d40bc10931b3d8 Mon Sep 17 00:00:00 2001
From: Peter S. Mazinger <ps.m@gmx.net>
Date: Sat, 23 Apr 2011 18:55:00 +0200
Subject: [PATCH 339/396] pselect.c: include <sys/time.h> for TIMESPEC_TO_TIMEVAL

Signed-off-by: Peter S. Mazinger <ps.m@gmx.net>
---
 libc/sysdeps/linux/common/pselect.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/libc/sysdeps/linux/common/pselect.c b/libc/sysdeps/linux/common/pselect.c
index d89b7b4..2b590f5 100644
--- a/libc/sysdeps/linux/common/pselect.c
+++ b/libc/sysdeps/linux/common/pselect.c
@@ -23,6 +23,7 @@
 
 #include <sys/syscall.h>
 #include <sys/select.h>
+#include <sys/time.h>
 #include <signal.h>
 #include <cancel.h>
 
-- 
1.7.0.4

