Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.xiph.org/xiph/opus.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Matthews <tmatth@videolan.org>2016-07-20 05:58:35 +0300
committerTristan Matthews <tmatth@videolan.org>2016-07-20 05:58:35 +0300
commitc4027c1d34f930be9986778a343e5880bf0695a8 (patch)
treeab7e2688f77634cb2518873b2e5931c8d7ce9378 /silk/float/encode_frame_FLP.c
parent6fccb4b6159c9f54be8db8daaaa8d305bdfcbc33 (diff)
Fix include warning
Diffstat (limited to 'silk/float/encode_frame_FLP.c')
-rw-r--r--silk/float/encode_frame_FLP.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/silk/float/encode_frame_FLP.c b/silk/float/encode_frame_FLP.c
index 746fd57e..c3ad50a9 100644
--- a/silk/float/encode_frame_FLP.c
+++ b/silk/float/encode_frame_FLP.c
@@ -29,6 +29,7 @@ POSSIBILITY OF SUCH DAMAGE.
#include "config.h"
#endif
+#include <stdlib.h>
#include "main_FLP.h"
#include "tuning_parameters.h"