aboutsummaryrefslogtreecommitdiff
path: root/audio/gstbluetooth.c
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2008-12-23 05:25:50 +0100
committerMarcel Holtmann <marcel@holtmann.org>2008-12-23 05:25:50 +0100
commit595a975c95033e68e23727d96425fb92adf63bc1 (patch)
treeb31c8c9af8cfd0c0d441465c06cdbda977db3f4f /audio/gstbluetooth.c
parentc2f08ad646de6cb18a456b6389c842a22bd84022 (diff)
downloadbluez-595a975c95033e68e23727d96425fb92adf63bc1.tar.gz
First attempt in fixing compiler warnings (still needs cleanup)
Diffstat (limited to 'audio/gstbluetooth.c')
-rw-r--r--audio/gstbluetooth.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/gstbluetooth.c b/audio/gstbluetooth.c
index ffc69768..f7d8db6c 100644
--- a/audio/gstbluetooth.c
+++ b/audio/gstbluetooth.c
@@ -25,10 +25,10 @@
#include <config.h>
#endif
-#include <gst/gst.h>
-
#include <string.h>
+#include <gst/gst.h>
+
#include "gstsbcutil.h"
#include <sbc.h>