BUILD: fd: errno is also needed without poll()
When building without USE_POLL, fd.c fails on errno because that one is
only included when USE_POLL is set. Let's move it outside of the ifdef.
(cherry picked from commit 725fa0ecd255160090681788be34024925e7815d)
Signed-off-by: Amaury Denoyelle <adenoyelle@haproxy.com>
(cherry picked from commit 66b589548b1f62a00628da4f37e1cfc7a0639051)
Signed-off-by: Amaury Denoyelle <adenoyelle@haproxy.com>
(cherry picked from commit 25a7e1669aa6a0f367e696062c176991799f319d)
Signed-off-by: Amaury Denoyelle <adenoyelle@haproxy.com>
(cherry picked from commit 0f94831b5029720abddcb19d2df07f3592465bad)
Signed-off-by: Amaury Denoyelle <adenoyelle@haproxy.com>
1 file changed