commit | 0a4b0ab17758a53a05f23d66b9933da8992e1708 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Thu Jun 11 11:22:44 2020 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Thu Jun 11 11:22:44 2020 +0200 |
tree | 2600c15fbe416ae425d9ce4295ef004f25a25ab3 | |
parent | 1385c88560ef5022382ecf683ec933e5b0d45dcc [diff] |
BUILD: include: add sys/types before netinet/tcp.h 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.