Remove warnings 55/29855/1
authorJosé Bollo <jose.bollo@open.eurogiciel.org>
Wed, 5 Nov 2014 09:33:38 +0000 (10:33 +0100)
committerJosé Bollo <jose.bollo@open.eurogiciel.org>
Wed, 5 Nov 2014 09:33:38 +0000 (10:33 +0100)
Many functions were used without being declared.
This commit add the missing include files.

Change-Id: I8b1930386eaeb78ee2077eb429e5118018f31ad4
Signed-off-by: José Bollo <jose.bollo@open.eurogiciel.org>
comm/comm_client_dbus.c

index ce5cc4a..63c7fe5 100755 (executable)
@@ -34,6 +34,8 @@
 #include "comm_client.h"
 #include <dbus/dbus.h>
 #include <dbus/dbus-glib-lowlevel.h>
+#include <unistd.h>
+#include <ctype.h>
 #include <stdbool.h>
 #include <stdio.h>
 #include <dirent.h>