From b9e8c9087579e2021cf497713e047e040c84da28 Mon Sep 17 00:00:00 2001 From: Zack Weinberg Date: Wed, 22 Mar 2017 08:39:36 -0400 Subject: Another round of inclusion fixes for _ISOMAC testsuite. * stdio-common/bug25.c: Include stdlib.h. * support/tst-support_format_dns_packet.c: Include stdio.h, stdlib.h, and string.h. * support/tst-support_record_failure.c: Include string.h. * support/tst-support_record_failure-2.sh: Adjust line number expectations and correct a typo in an error message. --- stdio-common/bug25.c | 1 + 1 file changed, 1 insertion(+) (limited to 'stdio-common/bug25.c') diff --git a/stdio-common/bug25.c b/stdio-common/bug25.c index 30c13397..617f21a 100644 --- a/stdio-common/bug25.c +++ b/stdio-common/bug25.c @@ -1,5 +1,6 @@ #include #include +#include #include static const char expected[] = "\ -- cgit v1.1