]> arthur.barton.de Git - ngircd-alex.git/commit
io.c: <sys/time.h> is only needed when using select()
authorAlexander Barton <alex@barton.de>
Sun, 16 Mar 2014 23:45:07 +0000 (00:45 +0100)
committerAlexander Barton <alex@barton.de>
Sun, 16 Mar 2014 23:45:07 +0000 (00:45 +0100)
commit7b10a0e4ee64657e138dc9ef3a0d8a68c0e275f0
tree869e686c93a97b3f233ed2a37a8d1e66f6cf26b9
parent259c314d142abd6f9295047c116235cfdd119563
io.c: <sys/time.h> is only needed when using select()

Only include the <sys/time.h> header when using the select() IO API,
it isn't required otherwise.
src/ngircd/io.c