]> code.ossystems Code Review - openembedded-core.git/blob
e9ae5171079053e143bb65acaa748bf6afc4e359
[openembedded-core.git] /
1 From d71cbeb3b76e54778a4d5eec6d387cce653537ca Mon Sep 17 00:00:00 2001
2 From: Khem Raj <raj.khem@gmail.com>
3 Date: Fri, 9 Jun 2017 09:49:35 -0700
4 Subject: [PATCH] nis_call.c: Include stdint.h for uintptr_t definition
5
6 Signed-off-by: Khem Raj <raj.khem@gmail.com>
7 ---
8 Upstream-Status: Pending
9
10  src/nisplus/nis_call.c | 1 +
11  1 file changed, 1 insertion(+)
12
13 diff --git a/src/nisplus/nis_call.c b/src/nisplus/nis_call.c
14 index 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 -- 
26 2.13.1
27