1 From 66bbe0a87818a1e3c721780dc33b2d81fdf4a774 Mon Sep 17 00:00:00 2001
2 From: Romain Naour <romain.naour@gmail.com>
3 Date: Sun, 21 Aug 2016 23:32:10 +0200
4 Subject: [PATCH] tsp_tcsi_param: include limits.h to fix musl build
6 The musl libc doesn't provide <bits/local_lim.h>, use <limits.h>
9 Signed-off-by: Romain Naour <romain.naour@gmail.com>
11 src/tspi/tsp_tcsi_param.c | 2 +-
12 1 file changed, 1 insertion(+), 1 deletion(-)
14 diff --git a/src/tspi/tsp_tcsi_param.c b/src/tspi/tsp_tcsi_param.c
15 index 670f86f..8f2b4e4 100644
16 --- a/src/tspi/tsp_tcsi_param.c
17 +++ b/src/tspi/tsp_tcsi_param.c
22 -#include <bits/local_lim.h>
24 #include "trousers/tss.h"
25 #include "trousers/trousers.h"
26 #include "trousers_types.h"