mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2025-08-07 15:47:01 +02:00
BUILD: quic: missing include for quic_tp
Add missing netinet/in.h required for in_addr/in6_addr types. This should be backported up to 2.9.
This commit is contained in:
parent
671f6cf36a
commit
c121fcef30
@ -7,6 +7,7 @@
|
|||||||
|
|
||||||
#include <inttypes.h>
|
#include <inttypes.h>
|
||||||
#include <sys/socket.h>
|
#include <sys/socket.h>
|
||||||
|
#include <netinet/in.h>
|
||||||
|
|
||||||
#define QUIC_STATELESS_RESET_TOKEN_LEN 16
|
#define QUIC_STATELESS_RESET_TOKEN_LEN 16
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user