12 lines
159 B
Plaintext
12 lines
159 B
Plaintext
#ifndef SELECT_H
|
|
#define SELECT_H
|
|
|
|
/* sysdep: +sysselect */
|
|
|
|
#include <sys/types.h>
|
|
#include <sys/time.h>
|
|
#include <sys/select.h>
|
|
extern int select();
|
|
|
|
#endif
|