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.
This commit is contained in:
Zack Weinberg 2017-04-19 14:39:04 -04:00
parent bee05c9d58
commit 25cfd50214
4 changed files with 9 additions and 0 deletions

View File

@ -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

View 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>

View File

@ -18,6 +18,7 @@
#include <resolv.h>
#include <stdlib.h>
#include <string.h>
#include <support/check.h>
#include <support/support.h>

View File

@ -18,6 +18,7 @@
#include <errno.h>
#include <netdb.h>
#include <resolv.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>