summaryrefslogtreecommitdiffstats
path: root/net-libs/opal/files/opal-3.10.9-labs_is_in_stdlib.patch
blob: ac8a7ef2000fa7e5fea66124321bb87543c74ff9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
diff -uNr opal-3.10.8.orig/plugins/audio/G.722.2/AMR-WB/dec_lpc.c opal-3.10.8/plugins/audio/G.722.2/AMR-WB/dec_lpc.c
--- opal-3.10.8.orig/plugins/audio/G.722.2/AMR-WB/dec_lpc.c	2012-10-22 07:50:37.000000000 -0400
+++ opal-3.10.8/plugins/audio/G.722.2/AMR-WB/dec_lpc.c	2012-10-22 10:20:49.000000000 -0400
@@ -3,6 +3,7 @@
  *  3GPP AMR Wideband Floating-point Speech Codec
  *===================================================================
  */
+#include <stdlib.h>
 #include <math.h>
 #include "typedef.h"
 #include "dec_util.h"