console: ENODEV needs "errno.h"
authorSeokYeon Hwang <syeon.hwang@samsung.com>
Mon, 24 Aug 2015 11:53:19 +0000 (20:53 +0900)
committerSeokYeon Hwang <syeon.hwang@samsung.com>
Mon, 24 Aug 2015 11:54:49 +0000 (20:54 +0900)
Change-Id: I82de49377e569492cfa428d80dfcbd5666476a1f
Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
include/ui/console.h

index 4d0bc96..4830ab3 100644 (file)
@@ -1,6 +1,8 @@
 #ifndef CONSOLE_H
 #define CONSOLE_H
 
+#include "errno.h"
+
 #ifndef __cplusplus
 #include "ui/qemu-pixman.h"
 #endif