Skip to content

Commit

Permalink
Merge pull request #599 from h2o/kazuho/alpine
Browse files Browse the repository at this point in the history
add missing include (otherwise build fails on alpine 3.21)
  • Loading branch information
kazuho authored Dec 21, 2024
2 parents 39b847b + 8c8434b commit ce9f1bd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/cli.c
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
#include <netinet/udp.h>
#include <fcntl.h>
#include <netdb.h>
#include <signal.h>
#include <stdio.h>
#include <unistd.h>
#include <picotls.h>
Expand Down

0 comments on commit ce9f1bd

Please sign in to comment.