Use <poll.h> instead of <sys/poll.h>

This commit is contained in:
Tim Wojtulewicz 2024-01-04 13:59:56 -07:00
parent ca29793ecc
commit 016121b6f7

View file

@ -6,7 +6,7 @@
#include <netdb.h>
#include <netinet/in.h>
#include <sys/poll.h>
#include <poll.h>
#include <sys/socket.h>
#include <sys/stat.h>
#include <sys/types.h>