summaryrefslogtreecommitdiff
path: root/resolv
diff options
context:
space:
mode:
authorZack Weinberg <zackw@panix.com>2017-04-19 14:39:04 -0400
committerZack Weinberg <zackw@panix.com>2017-04-19 14:39:04 -0400
commit25cfd50214378545b92ddae04ddd1221c632361b (patch)
tree440bb71283b7f4afb5ed98fbce034fdb621cfe5c /resolv
parentbee05c9d58a34ec5886faf3b56ecaa56355d94bf (diff)
A third round of inclusion fixes for _ISOMAC testsuite.
* posix/tst-mmap-offset.c: Include stdint.h. * resolv/tst-ns_name_compress.c: Include string.h. * resolv/tst-resolv-edns.c: Include resolv.h.
Diffstat (limited to 'resolv')
-rw-r--r--resolv/tst-ns_name_compress.c1
-rw-r--r--resolv/tst-resolv-edns.c1
2 files changed, 2 insertions, 0 deletions
diff --git a/resolv/tst-ns_name_compress.c b/resolv/tst-ns_name_compress.c
index 300ba0bf8f..0c01b753e7 100644
--- a/resolv/tst-ns_name_compress.c
+++ b/resolv/tst-ns_name_compress.c
@@ -18,6 +18,7 @@
#include <resolv.h>
#include <stdlib.h>
+#include <string.h>
#include <support/check.h>
#include <support/support.h>
diff --git a/resolv/tst-resolv-edns.c b/resolv/tst-resolv-edns.c
index 093a4f5f22..8945d79d09 100644
--- a/resolv/tst-resolv-edns.c
+++ b/resolv/tst-resolv-edns.c
@@ -18,6 +18,7 @@
#include <errno.h>
#include <netdb.h>
+#include <resolv.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>