mirror of
				https://github.com/alsa-project/alsa-lib.git
				synced 2025-11-03 09:01:52 -05:00 
			
		
		
		
	ucm: parser needs limits.h
It's using PATH_MAX which is defined there, otherwise the build fails on musl libc. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
		
							parent
							
								
									6ad2a9763d
								
							
						
					
					
						commit
						9ed4075f05
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		| 
						 | 
					@ -32,6 +32,7 @@
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#include "ucm_local.h"
 | 
					#include "ucm_local.h"
 | 
				
			||||||
#include <dirent.h>
 | 
					#include <dirent.h>
 | 
				
			||||||
 | 
					#include <limits.h>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/** The name of the environment variable containing the UCM directory */
 | 
					/** The name of the environment variable containing the UCM directory */
 | 
				
			||||||
#define ALSA_CONFIG_UCM_VAR "ALSA_CONFIG_UCM"
 | 
					#define ALSA_CONFIG_UCM_VAR "ALSA_CONFIG_UCM"
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue