diff options
author | Zack Weinberg <zackw@panix.com> | 2017-04-19 14:39:04 -0400 |
---|---|---|
committer | Zack Weinberg <zackw@panix.com> | 2017-04-19 14:39:04 -0400 |
commit | 25cfd50214378545b92ddae04ddd1221c632361b (patch) | |
tree | 440bb71283b7f4afb5ed98fbce034fdb621cfe5c /resolv/tst-ns_name_compress.c | |
parent | bee05c9d58a34ec5886faf3b56ecaa56355d94bf (diff) | |
download | glibc-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.c | 1 |
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> |