9725c5f
commit ba03a02c2fd912f370e1f55de921a403bf5f9247
9725c5f
Author: Steve Dickson <steved@redhat.com>
9725c5f
Date:   Thu Jun 22 12:56:41 2017 -0400
9725c5f
9725c5f
    rpc.c: added include file so UINT16_MAX is defined.
9725c5f
    
9725c5f
    Signed-off-by: Steve Dickson <steved@redhat.com>
9725c5f
9725c5f
diff --git a/support/nsm/rpc.c b/support/nsm/rpc.c
9725c5f
index 4e5f40e..0a8e56f 100644
9725c5f
--- a/support/nsm/rpc.c
9725c5f
+++ b/support/nsm/rpc.c
9725c5f
@@ -38,6 +38,7 @@
9725c5f
 #include <sys/socket.h>
9725c5f
 #include <sys/time.h>
9725c5f
 
9725c5f
+#include <stdint.h>
9725c5f
 #include <time.h>
9725c5f
 #include <stdbool.h>
9725c5f
 #include <string.h>