2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-30 14:07:59 +00:00

#include <time.h>

This commit is contained in:
Brian Wellington
2001-06-07 00:45:35 +00:00
parent 6cefb60af5
commit 90c845947a

View File

@@ -15,7 +15,7 @@
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: context.c,v 1.34 2001/01/23 03:07:18 marka Exp $ */
/* $Id: context.c,v 1.35 2001/06/07 00:45:35 bwelling Exp $ */
#include <config.h>
@@ -23,6 +23,7 @@
#include <limits.h>
#include <stdlib.h>
#include <string.h>
#include <time.h>
#include <unistd.h>
#include <sys/types.h>