DEBSOURCES
Skip Quicknav
sources / scheme48 / 1.8%2Bdfsg-1%2Bdeb7u1 / c / fake / sys-select.h
123456789
/* * 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