sunrpc/tst-xdrmem2.c: Include stdint.h.

This commit is contained in:
Zack Weinberg 2017-05-09 07:50:56 -04:00
parent 0ad970bb13
commit a972dc672c
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2017-05-09 Zack Weinberg <zackw@panix.com>
* sunrpc/tst-xdrmem2.c: Include stdint.h.
2017-05-09 Florian Weimer <fweimer@redhat.com>
[BZ #21474]

View File

@ -22,6 +22,7 @@
#include <rpc/rpc.h>
#include <sys/mman.h>
#include <unistd.h>
#include <stdint.h>
static int
do_test (void)