Skip to content

Commit

Permalink
Merge pull request #567 from dch/patch-1
Browse files Browse the repository at this point in the history
add missing u_* types for FreeBSD
  • Loading branch information
kazuho committed Nov 14, 2023
2 parents 70034e5 + fb19cec commit 43f86e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/quicly.c
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
*/
#include <assert.h>
#include <inttypes.h>
#include <sys/types.h>
#include <netinet/in.h>
#include <netinet/ip.h>
#include <pthread.h>
Expand Down

0 comments on commit 43f86e5

Please sign in to comment.