From 907e464593a2acf51c2e2be4c3d4e098efdd95ff Mon Sep 17 00:00:00 2001 From: Takashi Iwai Date: Thu, 30 Jul 2015 16:34:50 +0200 Subject: [PATCH] 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 --- src/topology/data.c | 1 + 1 file changed, 1 insertion(+) 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) -- 2.47.1