diff --git a/src/proto_tcp.c b/src/proto_tcp.c index 4f6b3c3e1..717ba289c 100644 --- a/src/proto_tcp.c +++ b/src/proto_tcp.c @@ -10,6 +10,11 @@ * */ +/* this is to have tcp_info defined on systems using musl + * library, such as Alpine Linux + */ +#define _GNU_SOURCE + #include #include #include