10 lines
114 B
Plaintext
10 lines
114 B
Plaintext
#ifndef SELECT_H
|
|
#define SELECT_H
|
|
|
|
/* sysdep: -sysselect */
|
|
|
|
#include <sys/types.h>
|
|
#include <sys/time.h>
|
|
|
|
#endif
|