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