summaryrefslogtreecommitdiff
path: root/libavcodec/rdft.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/rdft.c')
-rw-r--r--libavcodec/rdft.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/rdft.c b/libavcodec/rdft.c
index 8878e744cf..8d0167798f 100644
--- a/libavcodec/rdft.c
+++ b/libavcodec/rdft.c
@@ -18,6 +18,7 @@
* License along with FFmpeg; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
+#include <stdlib.h>
#include <math.h>
#include "libavutil/mathematics.h"
#include "fft.h"