summaryrefslogtreecommitdiff
path: root/libavcodec/dct.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/dct.c')
-rw-r--r--libavcodec/dct.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/dct.c b/libavcodec/dct.c
index e65671e753..73716d39c9 100644
--- a/libavcodec/dct.c
+++ b/libavcodec/dct.c
@@ -28,6 +28,7 @@
*/
#include <math.h>
+#include <string.h>
#include "libavutil/mathematics.h"
#include "dct.h"