blob: 235a2c76fcb49f95d6c77a014375cf8da770625c [file] [log] [blame]
Brad Bishopd7bf8c12018-02-25 22:55:05 -05001From 36b48057bce76dced335d67a2894a420967811c9 Mon Sep 17 00:00:00 2001
2From: Khem Raj <raj.khem@gmail.com>
3Date: Sat, 20 May 2017 14:07:53 -0700
4Subject: [PATCH] include stdint.h for UINT16_MAX definition
5
6Signed-off-by: Khem Raj <raj.khem@gmail.com>
7---
8Upstream-Status: Pending
9
10 support/nsm/rpc.c | 1 +
11 1 file changed, 1 insertion(+)
12
13diff --git a/support/nsm/rpc.c b/support/nsm/rpc.c
14index 4e5f40e..d91c6ea 100644
15--- a/support/nsm/rpc.c
16+++ b/support/nsm/rpc.c
17@@ -40,6 +40,7 @@
18
19 #include <time.h>
20 #include <stdbool.h>
21+#include <stdint.h>
22 #include <string.h>
23 #include <unistd.h>
24 #include <fcntl.h>
25--
262.13.0
27