[gnome-bluetooth] lib: Fix compilation-time warnings



commit 9ef31d1b8d82dbf914c057f5c49d084ef8db26c5
Author: Bastien Nocera <hadess hadess net>
Date:   Fri Jul 15 10:35:40 2011 +0100

    lib: Fix compilation-time warnings

 lib/bluetooth-chooser-button.c |    1 +
 lib/bluetooth-chooser-combo.c  |    1 +
 lib/test-client.c              |    1 +
 3 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/lib/bluetooth-chooser-button.c b/lib/bluetooth-chooser-button.c
index aec96b4..d713195 100644
--- a/lib/bluetooth-chooser-button.c
+++ b/lib/bluetooth-chooser-button.c
@@ -38,6 +38,7 @@
 #include "bluetooth-chooser-button.h"
 #include "bluetooth-client.h"
 #include "bluetooth-chooser.h"
+#include "bluetooth-utils.h"
 #include "marshal.h"
 
 struct _BluetoothChooserButton {
diff --git a/lib/bluetooth-chooser-combo.c b/lib/bluetooth-chooser-combo.c
index 2768f19..d04c167 100644
--- a/lib/bluetooth-chooser-combo.c
+++ b/lib/bluetooth-chooser-combo.c
@@ -29,6 +29,7 @@
 #include "bluetooth-client.h"
 #include "bluetooth-chooser.h"
 #include "bluetooth-chooser-private.h"
+#include "bluetooth-utils.h"
 #include "marshal.h"
 
 struct _BluetoothChooserComboPrivate {
diff --git a/lib/test-client.c b/lib/test-client.c
index 915ea79..df45af4 100644
--- a/lib/test-client.c
+++ b/lib/test-client.c
@@ -32,6 +32,7 @@
 #include "bluetooth-client.h"
 #include "bluetooth-client-private.h"
 #include "gnome-bluetooth-enum-types.h"
+#include "bluetooth-utils.h"
 
 static BluetoothClient *client;
 static GtkTreeSelection *selection;



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]