blob: e9ae5171079053e143bb65acaa748bf6afc4e359 [file] [log] [blame]
Brad Bishopd7bf8c12018-02-25 22:55:05 -05001From d71cbeb3b76e54778a4d5eec6d387cce653537ca Mon Sep 17 00:00:00 2001
2From: Khem Raj <raj.khem@gmail.com>
3Date: Fri, 9 Jun 2017 09:49:35 -0700
4Subject: [PATCH] nis_call.c: Include stdint.h for uintptr_t definition
5
6Signed-off-by: Khem Raj <raj.khem@gmail.com>
7---
8Upstream-Status: Pending
9
10 src/nisplus/nis_call.c | 1 +
11 1 file changed, 1 insertion(+)
12
13diff --git a/src/nisplus/nis_call.c b/src/nisplus/nis_call.c
14index 1a2b90c..1dc982d 100644
15--- a/src/nisplus/nis_call.c
16+++ b/src/nisplus/nis_call.c
17@@ -23,6 +23,7 @@
18 #include <errno.h>
19 #include <fcntl.h>
20 #include <string.h>
21+#include <stdint.h>
22 #include <libintl.h>
23 #include <rpc/rpc.h>
24 #include <rpc/auth.h>
25--
262.13.1
27