mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2024-11-22 17:39:53 +03:00
Merge PR #941: Mayaqua: Replace GNU specific sys/poll.h header with POSIX poll.h
This commit is contained in:
commit
fb5083be29
@ -157,8 +157,8 @@ int PASCAL WinMain(HINSTANCE hInst, HINSTANCE hPrev, char *CmdLine, int CmdShow)
|
||||
#ifdef UNIX_SOLARIS
|
||||
#include <sys/filio.h>
|
||||
#endif // UNIX_SOLARIS
|
||||
#include <sys/poll.h>
|
||||
#include <sys/resource.h>
|
||||
#include <poll.h>
|
||||
#include <pthread.h>
|
||||
#ifdef UNIX_LINUX
|
||||
#include <sys/prctl.h>
|
||||
|
Loading…
Reference in New Issue
Block a user