mirror of
				https://github.com/alsa-project/alsa-lib.git
				synced 2025-11-03 09:01:52 -05:00 
			
		
		
		
	topology: Fix missing inclusion of ctype.h
Fix a compile warning: data.c:116:7: warning: implicit declaration of function 'isspace' [-Wimplicit-function-declaration] Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
		
							parent
							
								
									00a51b5bac
								
							
						
					
					
						commit
						907e464593
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		| 
						 | 
					@ -18,6 +18,7 @@
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#include "list.h"
 | 
					#include "list.h"
 | 
				
			||||||
#include "tplg_local.h"
 | 
					#include "tplg_local.h"
 | 
				
			||||||
 | 
					#include <ctype.h>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/* Get Private data from a file. */
 | 
					/* Get Private data from a file. */
 | 
				
			||||||
static int tplg_parse_data_file(snd_config_t *cfg, struct tplg_elem *elem)
 | 
					static int tplg_parse_data_file(snd_config_t *cfg, struct tplg_elem *elem)
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue