summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteve Dickson <steved@redhat.com>2017-06-22 12:56:41 -0400
committerSteve Dickson <steved@redhat.com>2017-06-22 12:56:41 -0400
commitba03a02c2fd912f370e1f55de921a403bf5f9247 (patch)
tree7e37058897842f43770a85474c836889a2235215
parent90790d3129cf6f5fe095cf01e37d2d0a89d8dbec (diff)
downloadnfs-utils-ba03a02c2fd912f370e1f55de921a403bf5f9247.tar.gz
nfs-utils-ba03a02c2fd912f370e1f55de921a403bf5f9247.tar.xz
nfs-utils-ba03a02c2fd912f370e1f55de921a403bf5f9247.zip
rpc.c: added include file so UINT16_MAX is defined.
Signed-off-by: Steve Dickson <steved@redhat.com>
-rw-r--r--support/nsm/rpc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/support/nsm/rpc.c b/support/nsm/rpc.c
index 4e5f40e..0a8e56f 100644
--- a/support/nsm/rpc.c
+++ b/support/nsm/rpc.c
@@ -38,6 +38,7 @@
#include <sys/socket.h>
#include <sys/time.h>
+#include <stdint.h>
#include <time.h>
#include <stdbool.h>
#include <string.h>