fix-compilation-with-libav-8.patch (298B)
1 Author: Alexander Kojevnikov <alexander@kojevnikov.com> 2 Description: Fix compilation with Libav 8 3 Bug-Debian: http://bugs.debian.org/721025 4 5 --- a/src/spek-fft.cc 6 +++ b/src/spek-fft.cc 7 @@ -17,6 +17,7 @@ 8 */ 9 10 #include <math.h> 11 +#include <stdlib.h> 12 13 #define __STDC_CONSTANT_MACROS 14 extern "C" {