Make fd.c and select.c include their own header file.
authorAndre Noll <maan@tuebingen.mpg.de>
Sat, 3 Jan 2015 21:36:17 +0000 (21:36 +0000)
committerAndre Noll <maan@tuebingen.mpg.de>
Sat, 3 Jan 2015 22:09:55 +0000 (22:09 +0000)
commit031d6a8818a348e0b54d955d2c14705ddc479d31
treeff87ebbebefa532e32f6d1e6cf965f4f2a16d183
parent59e83bcfc11c56094c3d02c78c36556ac1fca5ae
Make fd.c and select.c include their own header file.

This helps to spot bugs where declaration and implementation
differ. Fortunately, there is so such bug in adu, but it's a good thing
(TM) to let the compiler error out in this case.
fd.c
select.c