A third round of inclusion fixes for _ISOMAC testsuite.
authorZack Weinberg <zackw@panix.com>
Wed, 19 Apr 2017 18:39:04 +0000 (14:39 -0400)
committerZack Weinberg <zackw@panix.com>
Wed, 19 Apr 2017 18:39:04 +0000 (14:39 -0400)
* 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.

ChangeLog
posix/tst-mmap-offset.c
resolv/tst-ns_name_compress.c
resolv/tst-resolv-edns.c

index 7326b94..e1e004f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2017-04-19  Zack Weinberg  <zackw@panix.com>
+
+       * 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.
+
 2017-04-19  Florian Weimer  <fweimer@redhat.com>
 
        * resolv/gai_suspend.c (gai_suspend): Replace __builtin_expect
index 385df28..5bb88aa 100644 (file)
@@ -17,6 +17,7 @@
    License along with the GNU C Library; if not, see
    <http://www.gnu.org/licenses/>.  */
 
+#include <stdint.h>
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
index 300ba0b..0c01b75 100644 (file)
@@ -18,6 +18,7 @@
 
 #include <resolv.h>
 #include <stdlib.h>
+#include <string.h>
 #include <support/check.h>
 #include <support/support.h>
 
index 093a4f5..8945d79 100644 (file)
@@ -18,6 +18,7 @@
 
 #include <errno.h>
 #include <netdb.h>
+#include <resolv.h>
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>