From: Takashi Iwai Date: Thu, 30 Jul 2015 14:34:50 +0000 (+0200) Subject: topology: Fix missing inclusion of ctype.h X-Git-Tag: v1.1.0~41 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=907e464593a2acf51c2e2be4c3d4e098efdd95ff;p=alsa-lib.git 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 --- diff --git a/src/topology/data.c b/src/topology/data.c index ae664721..13e1e2bb 100644 --- a/src/topology/data.c +++ b/src/topology/data.c @@ -18,6 +18,7 @@ #include "list.h" #include "tplg_local.h" +#include /* Get Private data from a file. */ static int tplg_parse_data_file(snd_config_t *cfg, struct tplg_elem *elem)