summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Matthews <tmatth@videolan.org>2016-07-19 23:12:13 -0400
committerTristan Matthews <tmatth@videolan.org>2016-07-19 23:49:34 -0400
commit6f260111299209dafd58ffbf5aafe7bdeedcc4fa (patch)
tree03ebf1d2c182d7cbb5d951d0a707351fc74bf71c
parentc4027c1d34f930be9986778a343e5880bf0695a8 (diff)
downloadopus-6f260111299209dafd58ffbf5aafe7bdeedcc4fa.tar.gz
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"