change include <sys/poll.h> to #include <poll.h>

posix_api
YuQing 2022-01-28 18:16:28 +08:00
parent 34f8c3abb9
commit 505893dc4c
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@
#include <ifaddrs.h> #include <ifaddrs.h>
#endif #endif
#include <sys/poll.h> #include <poll.h>
#include <sys/select.h> #include <sys/select.h>
#include "shared_func.h" #include "shared_func.h"