public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] A third round of inclusion fixes for _ISOMAC testsuite.
@ 2017-04-19 18:40 Zack Weinberg
  0 siblings, 0 replies; only message in thread
From: Zack Weinberg @ 2017-04-19 18:40 UTC (permalink / raw)
  To: libc-alpha

Committed as obvious:

	* 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                     | 6 ++++++
 posix/tst-mmap-offset.c       | 1 +
 resolv/tst-ns_name_compress.c | 1 +
 resolv/tst-resolv-edns.c      | 1 +
 4 files changed, 9 insertions(+)

diff --git a/ChangeLog b/ChangeLog
index 7326b94504..e1e004f220 100644
--- 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
diff --git a/posix/tst-mmap-offset.c b/posix/tst-mmap-offset.c
index 385df289e6..5bb88aab10 100644
--- a/posix/tst-mmap-offset.c
+++ b/posix/tst-mmap-offset.c
@@ -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>
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>
 
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>
-- 
2.11.0

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2017-04-19 18:40 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-04-19 18:40 [PATCH] A third round of inclusion fixes for _ISOMAC testsuite Zack Weinberg

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).