2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-09-01 06:55:30 +00:00

portability

This commit is contained in:
Bob Halley
1998-10-22 01:59:50 +00:00
parent bf6d2e3912
commit 0bbadb0a2f
3 changed files with 19 additions and 15 deletions

View File

@@ -1,4 +1,6 @@
#include "attribute.h"
#include <stddef.h>
#include <stdlib.h>

View File

@@ -1,4 +1,6 @@
#include <sys/time.h>
#include <stddef.h>
#include <stdlib.h>
#include <string.h>