summaryrefslogtreecommitdiffstats
path: root/src/modules/bluetooth/module-bluetooth-device.c
diff options
context:
space:
mode:
authorColin Guthrie <cguthrie@mandriva.org>2011-03-18 10:01:12 +0000
committerColin Guthrie <cguthrie@mandriva.org>2011-03-18 10:01:12 +0000
commitc66a1ba352860eb265171d6c48ebd01ce82a5083 (patch)
treeeb3da83a7975bdd6369116487b2d2dd661e67758 /src/modules/bluetooth/module-bluetooth-device.c
parent5a4176409cbb38cc5910630f77a3701a030361d7 (diff)
bluetooth: Fix build errors relating to SBC
Diffstat (limited to 'src/modules/bluetooth/module-bluetooth-device.c')
-rw-r--r--src/modules/bluetooth/module-bluetooth-device.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/bluetooth/module-bluetooth-device.c b/src/modules/bluetooth/module-bluetooth-device.c
index 13e951e4..55610546 100644
--- a/src/modules/bluetooth/module-bluetooth-device.c
+++ b/src/modules/bluetooth/module-bluetooth-device.c
@@ -51,7 +51,7 @@
#include "module-bluetooth-device-symdef.h"
#include "ipc.h"
-#include "sbc/sbc.h"
+#include "sbc.h"
#include "rtp.h"
#include "bluetooth-util.h"