build: ensure sys/select.h is included
commit027eeec7b032ae4c85344c67a270b00e3f47ee63
authorPádraig Brady <P@draigBrady.com>
Wed, 30 Jan 2019 04:44:23 +0000 (29 20:44 -0800)
committerPádraig Brady <P@draigBrady.com>
Mon, 4 Feb 2019 01:18:08 +0000 (3 17:18 -0800)
tree817d3c7e806fa8b65eeaa3a526cf5e22b079cad2
parent2e8f885a2a853fea0ef56b663741c0947f9ba7ca
build: ensure sys/select.h is included

bootstrap.conf: Explicitly depend on select, rather than transitively.
* src/tail.c: Unconditionally include select.h as we use select()
outside inotify contexts now.
bootstrap.conf
src/tail.c