sys/poll.h -> poll.h

This commit is contained in:
sfja 2026-04-09 16:09:23 +02:00
parent fc643925bd
commit 651138a249

View File

@ -6,8 +6,8 @@
#include <iterator>
#include <mutex>
#include <netdb.h>
#include <poll.h>
#include <print>
#include <sys/poll.h>
#include <sys/socket.h>
#include <sys/types.h>
#include <unistd.h>