Skip to content

Commit

Permalink
Merge pull request #557 from h2o/kazuho/missing-includes-freebsd
Browse files Browse the repository at this point in the history
add includes (otherwise fails to compile on freebsd)
  • Loading branch information
kazuho authored Dec 22, 2024
2 parents 14e191c + 9a8c4eb commit bbcdbe6
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 bbcdbe6

Please sign in to comment.