mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-09 02:42:09 -04:00
need <sys/time.h> on some platforms
This commit is contained in:
parent
8abddcd3f2
commit
6e3a8256ee
1 changed files with 2 additions and 0 deletions
|
|
@ -20,6 +20,8 @@
|
|||
#include <errno.h>
|
||||
#include <time.h>
|
||||
|
||||
#include <sys/time.h> /* Required for struct timeval on some platforms. */
|
||||
|
||||
#include <isc/string.h>
|
||||
#include <isc/time.h>
|
||||
#include <isc/util.h>
|
||||
|
|
|
|||
Loading…
Reference in a new issue