This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
[PATCH] sunrpc/tst-xdrmem2.c: Include stdint.h.
- From: Zack Weinberg <zackw at panix dot com>
- To: libc-alpha at sourceware dot org
- Date: Tue, 9 May 2017 07:53:09 -0400
- Subject: [PATCH] sunrpc/tst-xdrmem2.c: Include stdint.h.
- Authentication-results: sourceware.org; auth=none
This test uses uintptr_t but was not including stdint.h. I'm not sure
why this has only just now started being a problem with testsuite-ISOMAC,
but whatever. Committed as obvious.
---
ChangeLog | 4 ++++
sunrpc/tst-xdrmem2.c | 1 +
2 files changed, 5 insertions(+)
diff --git a/ChangeLog b/ChangeLog
index f3a0bddb3d..932dc5895d 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 d879dd7181..fa28ad04f4 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)
--
2.11.0