From c5dbf8eb07cab533f03dea5a3c2376fab758b6cc Mon Sep 17 00:00:00 2001 From: Joonbum Ko Date: Thu, 24 Jan 2019 12:59:45 +0900 Subject: [PATCH] Included stdio.h to icd.c to fix build warning. Change-Id: I6b001cef127b6074202e2c47d18de6ea333f69ec Signed-off-by: Joonbum Ko --- src/wsi/icd.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/wsi/icd.c b/src/wsi/icd.c index 6f4ac58..0bf5fba 100644 --- a/src/wsi/icd.c +++ b/src/wsi/icd.c @@ -24,6 +24,7 @@ #include "wsi.h" #include +#include #include #include -- 2.7.4