From d1062c97d186229fb9039b38609ad2c3236a4d0b Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Wed, 24 Oct 2007 21:36:29 +0000 Subject: [PATCH] sbc: Don't forget to include the config options --- ext/sbc/gstsbcutil.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ext/sbc/gstsbcutil.c b/ext/sbc/gstsbcutil.c index b8c764be6a..170ef0d463 100644 --- a/ext/sbc/gstsbcutil.c +++ b/ext/sbc/gstsbcutil.c @@ -21,6 +21,10 @@ * */ +#ifdef HAVE_CONFIG_H +#include +#endif + #include "ipc.h" #include "gstsbcutil.h"