]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
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 7326b9450495d7d3f44ac76fb6c12e153c4114ca..e1e004f2205972d21c2b606c133727aa94adaa86 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 385df289e66cfdb4568b73a2db968cf85ce82d39..5bb88aab1043662fb9c422d6736faf1f0a0cd808 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 300ba0bf8f0b3ad1469e32d0ee52b1c3c6076404..0c01b753e77647632275a2b64bff9fe70b6c9614 100644 (file)
@@ -18,6 +18,7 @@
 
 #include <resolv.h>
 #include <stdlib.h>
+#include <string.h>
 #include <support/check.h>
 #include <support/support.h>
 
index 093a4f5f22aaaa51eb2415e940a9ddbe9517c58f..8945d79d092ff5d337c417dddf4f1665c463b9c6 100644 (file)
@@ -18,6 +18,7 @@
 
 #include <errno.h>
 #include <netdb.h>
+#include <resolv.h>
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>