From 4e98854b590db9fd8faab0fea262277805bc7769 Mon Sep 17 00:00:00 2001 From: Takashi Iwai Date: Mon, 9 Nov 2015 11:53:22 +0100 Subject: [PATCH] speex: Add missing include config.h Signed-off-by: Takashi Iwai --- speex/pcm_speex.c | 1 + 1 file changed, 1 insertion(+) diff --git a/speex/pcm_speex.c b/speex/pcm_speex.c index 757a400..f1406d7 100644 --- a/speex/pcm_speex.c +++ b/speex/pcm_speex.c @@ -18,6 +18,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ +#include "config.h" #include #include #include -- 2.47.1