From fec6e14f3e79c45d093ca67222d13ccc98f9cc8a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jos=C3=A9=20Bollo?= Date: Wed, 5 Nov 2014 10:33:38 +0100 Subject: [PATCH] Remove warnings MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Many functions were used without being declared. This commit add the missing include files. Change-Id: I8b1930386eaeb78ee2077eb429e5118018f31ad4 Signed-off-by: José Bollo --- comm/comm_client_dbus.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/comm/comm_client_dbus.c b/comm/comm_client_dbus.c index ce5cc4a..63c7fe5 100755 --- a/comm/comm_client_dbus.c +++ b/comm/comm_client_dbus.c @@ -34,6 +34,8 @@ #include "comm_client.h" #include #include +#include +#include #include #include #include -- 2.7.4