Skip to content

Commit

Permalink
Replace header <sys/poll.h> to <poll.h> in io_util.cc
Browse files Browse the repository at this point in the history
... any POSIX compliant system should support poll.h
  • Loading branch information
aleksraiden committed May 8, 2023
1 parent 476c9c0 commit 0494d2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/io_util.cc
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
#include <ifaddrs.h>
#include <netdb.h>
#include <netinet/tcp.h>
#include <sys/poll.h>
#include <poll.h>
#include <sys/types.h>

#ifdef __linux__
Expand Down

0 comments on commit 0494d2a

Please sign in to comment.