Files
mars-libowfat/select.h1
2024-04-04 15:38:18 +00:00

10 lines
114 B
Plaintext

#ifndef SELECT_H
#define SELECT_H
/* sysdep: -sysselect */
#include <sys/types.h>
#include <sys/time.h>
#endif