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 06:12:13 +0300
committerTristan Matthews <tmatth@videolan.org>2016-07-20 06:49:34 +0300
commit6f260111299209dafd58ffbf5aafe7bdeedcc4fa (patch)
tree03ebf1d2c182d7cbb5d951d0a707351fc74bf71c
parentc4027c1d34f930be9986778a343e5880bf0695a8 (diff)
Fix include warning
-rw-r--r--silk/fixed/encode_frame_FIX.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/silk/fixed/encode_frame_FIX.c b/silk/fixed/encode_frame_FIX.c
index c8913d07..4f9e0861 100644
--- a/silk/fixed/encode_frame_FIX.c
+++ b/silk/fixed/encode_frame_FIX.c
@@ -29,6 +29,7 @@ POSSIBILITY OF SUCH DAMAGE.
#include "config.h"
#endif
+#include <stdlib.h>
#include "main_FIX.h"
#include "stack_alloc.h"
#include "tuning_parameters.h"