diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2018-07-09 20:55:32 -0500 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2018-07-09 20:55:32 -0500 |
commit | b72a5d6c309519ab102054b32d26965d9f03b59f (patch) | |
tree | ea3756d1134f4ec350cf19a97b07a0f696e3c394 /user/alsa-lib/ucm_add_limits_h.patch | |
parent | f71702aa435f936571724a141a43eac9ad3e80bd (diff) | |
download | packages-b72a5d6c309519ab102054b32d26965d9f03b59f.tar.gz packages-b72a5d6c309519ab102054b32d26965d9f03b59f.tar.bz2 packages-b72a5d6c309519ab102054b32d26965d9f03b59f.tar.xz packages-b72a5d6c309519ab102054b32d26965d9f03b59f.zip |
user/alsa-lib: pull in, bump, take, fix
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 */ |