From: Zack Weinberg Date: Tue, 9 May 2017 11:50:56 +0000 (-0400) Subject: sunrpc/tst-xdrmem2.c: Include stdint.h. X-Git-Tag: glibc-2.26~537 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a972dc672c06845a024a0f98119dc3d9df0b9b77;p=thirdparty%2Fglibc.git sunrpc/tst-xdrmem2.c: Include stdint.h. --- diff --git a/ChangeLog b/ChangeLog index f3a0bddb3dd..932dc5895d3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2017-05-09 Zack Weinberg + + * sunrpc/tst-xdrmem2.c: Include stdint.h. + 2017-05-09 Florian Weimer [BZ #21474] diff --git a/sunrpc/tst-xdrmem2.c b/sunrpc/tst-xdrmem2.c index d879dd71810..fa28ad04f4e 100644 --- a/sunrpc/tst-xdrmem2.c +++ b/sunrpc/tst-xdrmem2.c @@ -22,6 +22,7 @@ #include #include #include +#include static int do_test (void)