Skip to content

Commit bba912d

Browse files
Add missing include
1 parent bc2e292 commit bba912d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/common/networking.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
#include "common/networking.h"
33

44
#include <unistd.h>
5+
#include <sys/time.h>
56
#include <sys/socket.h>
67
#include <netdb.h>
78

0 commit comments

Comments
 (0)