Skip to content

Commit

Permalink
add includes (otherwise fails to compile on freebsd 14.2)
Browse files Browse the repository at this point in the history
  • Loading branch information
kazuho committed Dec 22, 2024
1 parent 4ab6fda commit 9a8c4eb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/picotls.c
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,10 @@
#include <pthread.h>
#include <unistd.h>
#include <arpa/inet.h>
#include <netinet/in.h>
#include <sys/socket.h>
#include <sys/time.h>
#include <sys/types.h>
#endif
#ifdef __linux__
#include <sys/syscall.h>
Expand Down

0 comments on commit 9a8c4eb

Please sign in to comment.