]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUILD: cfgparse-quic: fix build error on Solaris due to missing netinet/in.h
authorWilly Tarreau <w@1wt.eu>
Sun, 28 Jul 2024 12:59:23 +0000 (14:59 +0200)
committerWilly Tarreau <w@1wt.eu>
Sun, 28 Jul 2024 12:59:23 +0000 (14:59 +0200)
commit4316ef2eabb7e2474dddcb063d5eaa6359929439
tree1f26c410a34b18de9e32ac05c029e587133825c2
parent46b1fec0e9a6afe2c12fd4dff7c8a0d788aa6dd4
BUILD: cfgparse-quic: fix build error on Solaris due to missing netinet/in.h

Since commit 35470d518 ("MINOR: quic: activate UDP GSO for QUIC if
supported"), Solaris build fails due to netinet/udp.h being included
without netinet/in.h. Adding it is sufficient to fix the problem. No
backport is needed.
src/cfgparse-quic.c