diff options
Diffstat (limited to 'libavcodec/dct.c')
-rw-r--r-- | libavcodec/dct.c | 1 |
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" |