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.
This commit is contained in:
parent
35e9826c13
commit
725fa0ecd2