device: fix implicit declaration of function 18/70518/1
authorsunm.lee <sunm.lee@samsung.com>
Thu, 19 May 2016 09:13:46 +0000 (18:13 +0900)
committersunm.lee <sunm.lee@samsung.com>
Thu, 19 May 2016 09:16:38 +0000 (18:16 +0900)
Fix build warning occuerred by implicit declaration
of function in device.c

Change-Id: I37ab292b7a07c8e6c1eb9bdc6bdfdf87c9795ef7
Signed-off-by: sunm.lee <sunm.lee@samsung.com>
src/device.c

index 0eca063..fb80bad 100644 (file)
@@ -22,6 +22,7 @@
 
 #include "device.h"
 #include "common.h"
+#include "display.h"
 
 #define CHECK_ERR(val) \
        do {    \