summaryrefslogtreecommitdiff
path: root/sunrpc
diff options
context:
space:
mode:
authorZack Weinberg <zackw@panix.com>2017-05-09 07:50:56 -0400
committerZack Weinberg <zackw@panix.com>2017-05-09 07:50:56 -0400
commita972dc672c06845a024a0f98119dc3d9df0b9b77 (patch)
tree7365b284f2a47244166185df087d4ff29e0da3ec /sunrpc
parent0ad970bb13920b6471ccc4503cf1f0d8b2352f05 (diff)
sunrpc/tst-xdrmem2.c: Include stdint.h.
Diffstat (limited to 'sunrpc')
-rw-r--r--sunrpc/tst-xdrmem2.c1
1 files changed, 1 insertions, 0 deletions
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)