mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-31 22:25:35 -04: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 "tplg_local.h"
|
||||
#include <ctype.h>
|
||||
|
||||
/* Get Private data from a file. */
|
||||
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