ref: 6f260111299209dafd58ffbf5aafe7bdeedcc4fa
parent: c4027c1d34f930be9986778a343e5880bf0695a8
author: Tristan Matthews <tmatth@videolan.org>
date: Tue Jul 19 19:12:13 EDT 2016
Fix include warning
--- a/silk/fixed/encode_frame_FIX.c
+++ b/silk/fixed/encode_frame_FIX.c
@@ -29,6 +29,7 @@
#include "config.h"
#endif
+#include <stdlib.h>
#include "main_FIX.h"
#include "stack_alloc.h"
#include "tuning_parameters.h"