From: Ankur Date: Tue, 6 Jan 2015 12:32:32 +0000 (+0530) Subject: Removed compiler warning - Implicit Declaration X-Git-Tag: submit/tizen/20150113.012540^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1ea22ed116583580345a19b08d6a86e730528659;p=platform%2Fcore%2Fsystem%2Fsensord.git Removed compiler warning - Implicit Declaration -Already removed this warning from accelerometer.c earlier -Seems another change was done on a previous revision, causing the same warning to pop up. -rotation_vector.c did not have this warning before. Change-Id: I65372477168185d070ca9a919fd804b53441a156 --- diff --git a/test/src/accelerometer.c b/test/src/accelerometer.c index fe61f37..30be9f0 100644 --- a/test/src/accelerometer.c +++ b/test/src/accelerometer.c @@ -24,6 +24,7 @@ #include #include #include +#include static GMainLoop *mainloop; diff --git a/test/src/rotation_vector.c b/test/src/rotation_vector.c index 093b828..be9adef 100644 --- a/test/src/rotation_vector.c +++ b/test/src/rotation_vector.c @@ -24,6 +24,7 @@ #include #include #include +#include static GMainLoop *mainloop;