summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Matthews <tmatth@videolan.org>2016-07-19 22:58:35 -0400
committerTristan Matthews <tmatth@videolan.org>2016-07-19 22:58:35 -0400
commitc4027c1d34f930be9986778a343e5880bf0695a8 (patch)
treeab7e2688f77634cb2518873b2e5931c8d7ce9378
parent6fccb4b6159c9f54be8db8daaaa8d305bdfcbc33 (diff)
downloadopus-c4027c1d34f930be9986778a343e5880bf0695a8.tar.gz
Fix include warning
-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"