From 30a4d82edd4c585ae8cc641fcb2f74be04b7c3cf Mon Sep 17 00:00:00 2001 From: Stefan Kost Date: Fri, 2 Oct 2009 18:27:11 +0300 Subject: [PATCH] mad: add missing include to fix the build --- ext/mad/gstmad.c | 1 + 1 file changed, 1 insertion(+) diff --git a/ext/mad/gstmad.c b/ext/mad/gstmad.c index 1f4119d..92b825d 100644 --- a/ext/mad/gstmad.c +++ b/ext/mad/gstmad.c @@ -35,6 +35,7 @@ #include "config.h" #endif +#include #include #include "gstmad.h" #include -- 2.7.4