From 595a975c95033e68e23727d96425fb92adf63bc1 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Tue, 23 Dec 2008 05:25:50 +0100 Subject: First attempt in fixing compiler warnings (still needs cleanup) --- audio/gstsbcdec.c | 1 + 1 file changed, 1 insertion(+) (limited to 'audio/gstsbcdec.c') diff --git a/audio/gstsbcdec.c b/audio/gstsbcdec.c index a53d93c3..1c7cb37f 100644 --- a/audio/gstsbcdec.c +++ b/audio/gstsbcdec.c @@ -27,6 +27,7 @@ #include +#include "gstsbcutil.h" #include "gstsbcdec.h" GST_DEBUG_CATEGORY_STATIC(sbc_dec_debug); -- cgit