[PATCH V2] tests: Include sys/select.h

2016-01-26 Thread Emil Velikov
Hi Raj, On 20 January 2016 at 05:35, Khem Raj wrote: > Used in compliance with POSIX 2001/2008 > > Fixes errors e.g. > error: implicit declaration of function 'select' > > and helps with missing definitions of FD_* defines > Thanks for updating the patch. I've added a line of commit history and I

[PATCH V2] tests: Include sys/select.h

2016-01-20 Thread Khem Raj
Used in compliance with POSIX 2001/2008 Fixes errors e.g. error: implicit declaration of function 'select' and helps with missing definitions of FD_* defines Signed-off-by: Khem Raj Reviewed-by: Thierry Reding --- configure.ac | 2 +- tests/kms/kms-steal-crtc.c | 3 +