mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-30 22:15:20 +00:00
need <sys/time.h> on some platforms
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user