From c0a523f13b0868d03046a7e479fe5fb7039bd397 Mon Sep 17 00:00:00 2001 From: Aurelien Jarno Date: Tue, 8 Jan 2019 21:10:28 +0100 Subject: testsuite: stdlib/isomac.c: add missing include MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit When running the testsuite, building stdlib/isomac.c outputs the following warning: gcc -O -D_GNU_SOURCE -DIS_IN_build -include /home/aurel32/glibc-build/config.h isomac.c -o /home/aurel32/glibc-build/stdlib/isomac isomac.c: In function ‘get_null_defines’: isomac.c:260:3: warning: implicit declaration of function ‘close’; did you mean ‘pclose’? [-Wimplicit-function-declaration] close (fd); ^~~~~ pclose Fix that by adding the include. Changelog: * stdlib/isomac.c: Include . (cherry picked from commit 11f382ee780649549428cb25af3a9f1d3465868d) --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index f9157d179b..95b7e2a59e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2019-02-03 Aurelien Jarno + + * stdlib/isomac.c: Include . + 2018-11-07 Florian Weimer Implement TEST_COMPARE_STRING. -- cgit 1.4.1