Skip to content

Commit

Permalink
client: Add missing include for FreeBSD
Browse files Browse the repository at this point in the history
  • Loading branch information
nikias committed Oct 11, 2023
1 parent b5dfb25 commit 360619c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/client.c
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
#include <unistd.h>
#include <sys/types.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <netinet/tcp.h>
#include <sys/un.h>
#include <arpa/inet.h>
Expand Down

0 comments on commit 360619c

Please sign in to comment.