Skip to content

Commit 360619c

Browse files
committed
client: Add missing include for FreeBSD
1 parent b5dfb25 commit 360619c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/client.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
#include <unistd.h>
3232
#include <sys/types.h>
3333
#include <sys/socket.h>
34+
#include <netinet/in.h>
3435
#include <netinet/tcp.h>
3536
#include <sys/un.h>
3637
#include <arpa/inet.h>

0 commit comments

Comments
 (0)