about summary refs log tree commit diff
path: root/resolv/tst-ns_name_compress.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-ns_name_compress.c
parentbee05c9d58a34ec5886faf3b56ecaa56355d94bf (diff)
downloadglibc-25cfd50214378545b92ddae04ddd1221c632361b.tar.gz
glibc-25cfd50214378545b92ddae04ddd1221c632361b.tar.xz
glibc-25cfd50214378545b92ddae04ddd1221c632361b.zip
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-ns_name_compress.c')
-rw-r--r--resolv/tst-ns_name_compress.c1
1 files changed, 1 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>