From 1ea22ed116583580345a19b08d6a86e730528659 Mon Sep 17 00:00:00 2001 From: Ankur Date: Tue, 6 Jan 2015 18:02:32 +0530 Subject: [PATCH] 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 --- test/src/accelerometer.c | 1 + test/src/rotation_vector.c | 1 + 2 files changed, 2 insertions(+) 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; -- 2.7.4