# From https://github.com/thkukuk/libnsl/commit/08beb6355669c71420fd9ce248b429d64f929d3a?diff=unified
From 08beb6355669c71420fd9ce248b429d64f929d3a Mon Sep 17 00:00:00 2001
From: Khem Raj <raj.khem@gmail.com>
Date: Fri, 9 Jun 2017 09:49:35 -0700
Subject: [PATCH] nis_call.c: Include stdint.h for uintptr_t definition

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

diff --git a/src/nisplus/nis_call.c b/src/nisplus/nis_call.c
index 1a2b90c..1dc982d 100644
--- a/src/nisplus/nis_call.c
+++ b/src/nisplus/nis_call.c
@@ -23,6 +23,7 @@
 #include <errno.h>
 #include <fcntl.h>
 #include <string.h>
+#include <stdint.h>
 #include <libintl.h>
 #include <rpc/rpc.h>
 #include <rpc/auth.h>

