* Added <time.h> in poll.c

This commit is contained in:
Sergey Poznyakoff
2001-12-25 18:07:06 +00:00
parent a8874964a9
commit 37ce1be3fa
3 changed files with 7 additions and 0 deletions

1
THANKS
View File

@@ -24,3 +24,4 @@ Marcus Brinkmann <Marcus.Brinkmann@ruhr-uni-bochum.de>
Michael Vogt <mvogt@acm.org>
Michael Weiser <michael@weiser.saale-net.de>
Matt Roberds <mroberds@worldnet.att.net>
Bert De Knuydt <Bert.Deknuydt@esat.kuleuven.ac.be>

View File

@@ -1,3 +1,8 @@
2001-12-25 Alain Magloire
* poll.c: Added <time.h>
Bert De Knuydt <Bert.Deknuydt@esat.kuleuven.ac.be>.
2001-11-03 Alain Magloire
* daemon.c: GNU coding style changes.

View File

@@ -33,6 +33,7 @@
#endif
#include <poll.h>
#include <time.h>
#include <sys/select.h>
#include <errno.h>