Return to global.h CVS log | Up to [ELWIX - Embedded LightWeight unIX -] / libaitsched / inc |
version 1.8.10.1, 2014/01/27 15:02:38 | version 1.8.10.2, 2014/01/27 16:52:56 |
---|---|
Line 65 SUCH DAMAGE. | Line 65 SUCH DAMAGE. |
#include <sys/queue.h> | #include <sys/queue.h> |
#ifndef KQ_DISABLE | #ifndef KQ_DISABLE |
#include <sys/event.h> | #include <sys/event.h> |
#else | |
#include <sys/select.h> | |
#endif | #endif |
#include <sys/time.h> | #include <sys/time.h> |