From: Zack Weinberg Date: Mon, 21 Nov 2016 01:46:30 +0000 (-0500) Subject: One more obvious missing #include in the testsuite. X-Git-Tag: glibc-2.26~769 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=71223d68802e63a9d8e3b9f2907ccefffe1762cb;p=thirdparty%2Fglibc.git One more obvious missing #include in the testsuite. * rt/tst-mqueue4.c: Include stdint.h. --- diff --git a/ChangeLog b/ChangeLog index 84eb089b014..f345cad6271 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2017-02-19 Zack Weinberg + + * rt/tst-mqueue4.c: Include stdint.h. + 2017-02-17 Joseph Myers * sysdeps/arm/libm-test-ulps: Update. diff --git a/rt/tst-mqueue4.c b/rt/tst-mqueue4.c index 1718f59e828..8992193cacd 100644 --- a/rt/tst-mqueue4.c +++ b/rt/tst-mqueue4.c @@ -23,6 +23,7 @@ #include #include #include +#include #include #include #include