File: sys-select.h

package info (click to toggle)
scheme48 1.8%2Bdfsg-1%2Bdeb7u1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 14,984 kB
file content (9 lines) | stat: -rw-r--r-- 141 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
8
9
/*
 * If we have a sys/select.h, then include it.
 */
#if	defined(HAVE_SYS_SELECT_H)

#include <sys/types.h>
#include <sys/select.h>

#endif