needs time.h for --without-openssl

This commit is contained in:
Damien Miller 2019-09-08 14:48:11 +10:00
parent f61f29afda
commit 6a710d3e06
1 changed files with 1 additions and 0 deletions

View File

@ -43,6 +43,7 @@
#include <stdio.h>
#include <string.h>
#include <resolv.h>
#include <time.h>
#ifdef HAVE_UTIL_H
#include <util.h>
#endif /* HAVE_UTIL_H */