summaryrefslogtreecommitdiff
path: root/resolv/tst-resolv-edns.c
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/tst-resolv-edns.c
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/tst-resolv-edns.c')
-rw-r--r--resolv/tst-resolv-edns.c1
1 files changed, 1 insertions, 0 deletions
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>