Skip to content

Commit 2622fc1

Browse files
committed
Chore (Linux): silence compiler warnings
1 parent b178e43 commit 2622fc1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/common/networking/networking_linux.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#include "util/debug.h"
88

99
#include <unistd.h>
10-
#include <sys/poll.h>
10+
#include <poll.h>
1111
#include <sys/time.h>
1212
#include <sys/socket.h>
1313
#include <netdb.h>

0 commit comments

Comments
 (0)