From 9401357f01224c4875f706853f431a84efc3a79c Mon Sep 17 00:00:00 2001
From: Vitor Sessak <vitor1001@gmail.com>
Date: Mon, 23 Nov 2009 22:28:45 +0000
Subject: [PATCH] Add missing include. Fix the following compiler warnings:
 twinvq.c: In function 'decode_lsp': twinvq.c:575: warning: implicit
 declaration of function 'ff_sort_nearly_sorted_floats'

Originally committed as revision 20594 to svn://svn.ffmpeg.org/ffmpeg/trunk
---
 libavcodec/twinvq.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/libavcodec/twinvq.c b/libavcodec/twinvq.c
index 8e198ea1005..71315842321 100644
--- a/libavcodec/twinvq.c
+++ b/libavcodec/twinvq.c
@@ -22,6 +22,7 @@
 #include "avcodec.h"
 #include "get_bits.h"
 #include "dsputil.h"
+#include "lsp.h"
 
 #include <math.h>
 #include <stdint.h>
-- 
GitLab