mirror of
http://git.haproxy.org/git/haproxy.git
synced 2026-02-14 20:09:26 +02:00
Apparently Cygwin requires sys/types.h before netinet/tcp.h but doesn't include it by itself, as shown here: https://github.com/haproxy/haproxy/actions/runs/131943890 This patch makes sure it's always present, which is in server.c and the SPOA example.