From: SeokYeon Hwang Date: Mon, 24 Aug 2015 11:53:19 +0000 (+0900) Subject: console: ENODEV needs "errno.h" X-Git-Tag: TizenStudio_2.0_p2.3.2~267 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=443a0055d648f89eab2b6153af29715f2e6c778f;p=sdk%2Femulator%2Fqemu.git console: ENODEV needs "errno.h" Change-Id: I82de49377e569492cfa428d80dfcbd5666476a1f Signed-off-by: SeokYeon Hwang --- diff --git a/include/ui/console.h b/include/ui/console.h index 4d0bc96..4830ab3 100644 --- a/include/ui/console.h +++ b/include/ui/console.h @@ -1,6 +1,8 @@ #ifndef CONSOLE_H #define CONSOLE_H +#include "errno.h" + #ifndef __cplusplus #include "ui/qemu-pixman.h" #endif