1
#include <sys/types.h>
2
#include <sys/time.h>
3
#include <sys/select.h> /* SVR4 silliness */
4
5
void foo()
6
{
7
;
8
}