2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-30 05:57:52 +00:00

sys/time.h needed for struct timeval

This commit is contained in:
Brian Wellington 2000-05-16 21:05:03 +00:00
parent 0cfdce899b
commit a823dfa663

View File

@ -22,6 +22,7 @@
#include <unistd.h> /* Required for mkstemp on NetBSD. */
#include <sys/stat.h>
#include <sys/time.h>
#include <isc/file.h>
#include <isc/string.h>