chiark / gitweb /
Merge branches 'idx/verh' and 'idx/qmqpc'
[qmail] / select.h2
CommitLineData
2117e02e
MW
1#ifndef SELECT_H
2#define SELECT_H
3
4#include <sys/types.h>
5#include <sys/time.h>
6#include <sys/select.h>
7extern int select();
8
9#endif