summary refs log tree commit diff
path: root/src/select.h2
blob: 4bd4fcf137fad7d644337924a898b0125403c560 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
/* Public domain. */

#ifndef SELECT_H
#define SELECT_H

/* sysdep: +sysselect */

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

#endif