2
0
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:
David Lawrence
2000-05-08 16:30:49 +00:00
parent 8abddcd3f2
commit 6e3a8256ee

View File

@@ -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>