From ae58ebb6f71b2d27895b732664e828d11bf0a1db Mon Sep 17 00:00:00 2001 From: Kibak Yoon Date: Tue, 3 Feb 2015 20:55:58 +0900 Subject: [PATCH] Include sensor_internal.h instead of sensor.h the name of header file for sensor internal API was changed to sensor_internal.h. Signed-off-by: Kibak Yoon Change-Id: Ia5a8c5bfe356d209acf786d3c09596c9d7f48d47 --- src/appcore-rotation.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/appcore-rotation.c b/src/appcore-rotation.c index 46138b6..f0280f0 100644 --- a/src/appcore-rotation.c +++ b/src/appcore-rotation.c @@ -24,7 +24,7 @@ #include #include -#include +#include #include #include #include "appcore-internal.h" -- 2.7.4