From 4e6f9cd79af6502aa13935ce1cbd4ae921b8e336 Mon Sep 17 00:00:00 2001 From: hyun lee Date: Thu, 16 Oct 2014 17:44:44 +0900 Subject: [PATCH] Prevent builderror from shortcut Signed-off-by: hyun lee --- icon_src/main.c | 1 + 1 file changed, 1 insertion(+) diff --git a/icon_src/main.c b/icon_src/main.c index cad37d2..9129048 100755 --- a/icon_src/main.c +++ b/icon_src/main.c @@ -48,6 +48,7 @@ #include #include +#include #include "util.h" #include "debug.h" -- 2.7.4