Return to global.h CVS log | Up to [ELWIX - Embedded LightWeight unIX -] / libaitsched / inc |
version 1.10.4.5, 2014/05/21 21:07:50 | version 1.11, 2014/06/05 22:37:29 |
---|---|
Line 62 SUCH DAMAGE. | Line 62 SUCH DAMAGE. |
#include <assert.h> | #include <assert.h> |
#include <sys/types.h> | #include <sys/types.h> |
#include <sys/uio.h> | #include <sys/uio.h> |
#if SUP_ENABLE == EP_SUPPORT | #if SUP_ENABLE == EP_SUPPORT || defined(__linux__) |
#include "bsd_queue.h" | #include "bsd_queue.h" |
#include <linux/sockios.h> | |
#else | #else |
#include <sys/queue.h> | #include <sys/queue.h> |
#endif | #endif |