linux-nfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] include stdint.h for UINT16_MAX definition
@ 2017-05-20 21:35 Khem Raj
  0 siblings, 0 replies; only message in thread
From: Khem Raj @ 2017-05-20 21:35 UTC (permalink / raw)
  To: linux-nfs; +Cc: Khem Raj

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 support/nsm/rpc.c | 1 +
 1 file changed, 1 insertion(+)

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>
-- 
2.13.0


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2017-05-20 21:35 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-05-20 21:35 [PATCH] include stdint.h for UINT16_MAX definition Khem Raj

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).