1 From 13a796b4bd00defa9f9297fd23d508b430682aed Mon Sep 17 00:00:00 2001
2 From: Gustavo Zacarias <gustavo@zacarias.com.ar>
3 Date: Wed, 21 Dec 2016 19:41:26 -0300
4 Subject: [PATCH] ucm: parser needs limits.h
6 It's using PATH_MAX which is defined there, otherwise the build fails on
9 Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
11 Patch status: sent to alsa-devel ML.
13 src/ucm/parser.c | 1 +
14 1 file changed, 1 insertion(+)
16 diff --git a/src/ucm/parser.c b/src/ucm/parser.c
17 index c98373a..f520abc 100644
18 --- a/src/ucm/parser.c
19 +++ b/src/ucm/parser.c
22 #include "ucm_local.h"
26 /** The name of the environment variable containing the UCM directory */
27 #define ALSA_CONFIG_UCM_VAR "ALSA_CONFIG_UCM"