From: EunBong Song Date: Wed, 26 Apr 2017 23:54:27 +0000 (+0900) Subject: apps/poweroff: fix compilation errors X-Git-Tag: 1.1_Public_Release~597^2~60 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c56dcfff9ab7d8acfb4473863a5f53bc30c73b5c;p=rtos%2Ftinyara.git apps/poweroff: fix compilation errors This patch fixes following compilation error: make[2]: Entering directory `/home/ebsong/tizenrt/apps/system/poweroff' ./poweroff.c:57:30: fatal error: arch/board/power.h: No such file or directory #include ^ compilation terminated. Change-Id: I7cdf6e71071a286ab6de2e81ccc81218fc1b0f57 Signed-off-by: EunBong Song --- diff --git a/apps/system/poweroff/poweroff.c b/apps/system/poweroff/poweroff.c index fb8ce2b..83f2f7e 100644 --- a/apps/system/poweroff/poweroff.c +++ b/apps/system/poweroff/poweroff.c @@ -54,7 +54,6 @@ * Included Files ****************************************************************************/ -#include /**************************************************************************** * Public Functions