mirror of
https://github.com/novatiq/packages.git
synced 2026-06-25 23:00:26 +01:00
a0c957d73c
Signed-off-by: Peter Wagner <tripolar@gmx.at>
13 lines
334 B
Diff
13 lines
334 B
Diff
diff --git a/src/ucm/parser.c b/src/ucm/parser.c
|
|
index c98373a..f520abc 100644
|
|
--- a/src/ucm/parser.c
|
|
+++ b/src/ucm/parser.c
|
|
@@ -32,6 +32,7 @@
|
|
|
|
#include "ucm_local.h"
|
|
#include <dirent.h>
|
|
+#include <limits.h>
|
|
|
|
/** The name of the environment variable containing the UCM directory */
|
|
#define ALSA_CONFIG_UCM_VAR "ALSA_CONFIG_UCM"
|