diff options
Diffstat (limited to 'user/alsa-lib/ucm_add_limits_h.patch')
-rw-r--r-- | user/alsa-lib/ucm_add_limits_h.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/user/alsa-lib/ucm_add_limits_h.patch b/user/alsa-lib/ucm_add_limits_h.patch new file mode 100644 index 000000000..2686dddd1 --- /dev/null +++ b/user/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 */ |