Return to sys-socket.h CVS log | Up to [ELWIX - Embedded LightWeight unIX -] / embedaddon / lighttpd / src |
version 1.1, 2013/10/14 10:32:47 | version 1.1.1.2, 2016/11/02 10:35:00 |
---|---|
Line 1 | Line 1 |
#ifndef WIN32_SOCKET_H | #ifndef WIN32_SOCKET_H |
#define WIN32_SOCKET_H | #define WIN32_SOCKET_H |
#include "first.h" | |
#ifdef __WIN32 | #ifdef __WIN32 |
Line 20 | Line 21 |
#include <arpa/inet.h> | #include <arpa/inet.h> |
#include <netdb.h> | #include <netdb.h> |
#ifdef HAVE_SYS_FILIO_H | |
#include <sys/filio.h> /* FIONREAD (for illumos (OpenIndiana)) */ | |
#endif | |
#endif | #endif |
#endif | #endif |