summaryrefslogtreecommitdiff
path: root/select.h2
blob: eb4b8fe4399001c98e8fb399c16e927c6b317b2a (plain)
1
2
3
4
5
6
7
8
9
#ifndef SELECT_H
#define SELECT_H

#include <sys/types.h>
#include <sys/time.h>
#include <sys/select.h>
extern int select();

#endif