#include <sys/select.h>
fd_set* foo;
int main(void) { return 0; }
