aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--sunrpc/tst-xdrmem2.c1
2 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f3a0bdd..932dc58 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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]
diff --git a/sunrpc/tst-xdrmem2.c b/sunrpc/tst-xdrmem2.c
index d879dd7..fa28ad0 100644
--- a/sunrpc/tst-xdrmem2.c
+++ b/sunrpc/tst-xdrmem2.c
@@ -22,6 +22,7 @@
#include <rpc/rpc.h>
#include <sys/mman.h>
#include <unistd.h>
+#include <stdint.h>
static int
do_test (void)