You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
334 B

  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. #include "ucm_local.h"
  7. #include <dirent.h>
  8. +#include <limits.h>
  9. /** The name of the environment variable containing the UCM directory */
  10. #define ALSA_CONFIG_UCM_VAR "ALSA_CONFIG_UCM"