From 1d7e3a4808e1b8514af6342c1b49aaf08825b08f Mon Sep 17 00:00:00 2001 From: Matthew Weber Date: Thu, 5 Oct 2017 10:46:57 -0400 Subject: nfs-utils: add missing include of stdint.h Glibc bump to 2.26 exposed this missing header when building with the following combination using an i386 internal toolchain. gcc5.4.0 bin2.28.1 linux4.1.43 Upstream: https://bugzilla.linux-nfs.org/show_bug.cgi?id=312 Reviewed-by: Chuck Lever Signed-off-by: Matthew Weber Signed-off-by: Steve Dickson --- support/nsm/rpc.c | 1 + 1 file changed, 1 insertion(+) diff --git a/support/nsm/rpc.c b/support/nsm/rpc.c index 0a8e56f..ae49006 100644 --- a/support/nsm/rpc.c +++ b/support/nsm/rpc.c @@ -41,6 +41,7 @@ #include #include #include +#include #include #include #include -- cgit