Loading tests/server/util.c +3 −3 Original line number Diff line number Diff line Loading @@ -34,10 +34,10 @@ #ifdef HAVE_NETDB_H #include <netdb.h> #endif #ifdef HAVE_SYS_POLL_H #include <sys/poll.h> #elif defined(HAVE_POLL_H) #ifdef HAVE_POLL_H #include <poll.h> #elif defined(HAVE_SYS_POLL_H) #include <sys/poll.h> #endif #ifdef __MINGW32__ #include <w32api.h> Loading Loading
tests/server/util.c +3 −3 Original line number Diff line number Diff line Loading @@ -34,10 +34,10 @@ #ifdef HAVE_NETDB_H #include <netdb.h> #endif #ifdef HAVE_SYS_POLL_H #include <sys/poll.h> #elif defined(HAVE_POLL_H) #ifdef HAVE_POLL_H #include <poll.h> #elif defined(HAVE_SYS_POLL_H) #include <sys/poll.h> #endif #ifdef __MINGW32__ #include <w32api.h> Loading