002-compile_fix.patch (334B)
1 diff --git a/src/ucm/parser.c b/src/ucm/parser.c 2 index c98373a..f520abc 100644 3 --- a/src/ucm/parser.c 4 +++ b/src/ucm/parser.c 5 @@ -32,6 +32,7 @@ 6 7 #include "ucm_local.h" 8 #include <dirent.h> 9 +#include <limits.h> 10 11 /** The name of the environment variable containing the UCM directory */ 12 #define ALSA_CONFIG_UCM_VAR "ALSA_CONFIG_UCM"