diff mbox

include stdint.h for UINT16_MAX definition

Message ID 20170520213522.3954-1-raj.khem@gmail.com (mailing list archive)
State New, archived
Headers show

Commit Message

Khem Raj May 20, 2017, 9:35 p.m. UTC
Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 support/nsm/rpc.c | 1 +
 1 file changed, 1 insertion(+)
diff mbox

Patch

diff --git a/support/nsm/rpc.c b/support/nsm/rpc.c
index 4e5f40e..d91c6ea 100644
--- a/support/nsm/rpc.c
+++ b/support/nsm/rpc.c
@@ -40,6 +40,7 @@ 
 
 #include <time.h>
 #include <stdbool.h>
+#include <stdint.h>
 #include <string.h>
 #include <unistd.h>
 #include <fcntl.h>