diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2007-08-22 14:55:25 +0000 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2007-08-22 14:55:25 +0000 |
commit | 54fd195933b94a5ec4f3885299e3279668d1ea66 (patch) | |
tree | b8a5afdbba7db763d0df13bbd2917b7e92cf71ad | |
parent | cbc3614749e2b545c3d31d996d202020bbecff61 (diff) |
Include SBC header file
-rw-r--r-- | audio/gstbluetooth.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/gstbluetooth.c b/audio/gstbluetooth.c index 4169217b..ece6aa9e 100644 --- a/audio/gstbluetooth.c +++ b/audio/gstbluetooth.c @@ -30,6 +30,7 @@ #include <gst/gst.h> #include "ipc.h" +#include "sbc.h" static gboolean plugin_init(GstPlugin *plugin) { |