diff options
Diffstat (limited to 'main/alsa-lib/ucm_add_limits_h.patch')
-rw-r--r-- | main/alsa-lib/ucm_add_limits_h.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/main/alsa-lib/ucm_add_limits_h.patch b/main/alsa-lib/ucm_add_limits_h.patch new file mode 100644 index 0000000000..2686dddd14 --- /dev/null +++ b/main/alsa-lib/ucm_add_limits_h.patch @@ -0,0 +1,10 @@ +--- a/src/ucm/parser.c ++++ b/src/ucm/parser.c +@@ -31,6 +31,7 @@ + */ + + #include "ucm_local.h" ++#include <limits.h> + #include <dirent.h> + + /** The name of the environment variable containing the UCM directory */ |