diff --git a/ext/sbc/gstsbcdec.c b/ext/sbc/gstsbcdec.c index 0c79c3872f..e70232b7e0 100644 --- a/ext/sbc/gstsbcdec.c +++ b/ext/sbc/gstsbcdec.c @@ -27,6 +27,7 @@ #include +#include "gstpragma.h" #include "gstsbcutil.h" #include "gstsbcdec.h" diff --git a/ext/sbc/gstsbcenc.c b/ext/sbc/gstsbcenc.c index f6982868a7..605ff93c28 100644 --- a/ext/sbc/gstsbcenc.c +++ b/ext/sbc/gstsbcenc.c @@ -27,6 +27,7 @@ #include +#include "gstpragma.h" #include "gstsbcutil.h" #include "gstsbcenc.h" diff --git a/ext/sbc/gstsbcparse.c b/ext/sbc/gstsbcparse.c index 07544650fd..71c99d9204 100644 --- a/ext/sbc/gstsbcparse.c +++ b/ext/sbc/gstsbcparse.c @@ -27,6 +27,7 @@ #include +#include "gstpragma.h" #include "gstsbcutil.h" #include "gstsbcparse.h"