diff options
author | Alex Converse <alex.converse@gmail.com> | 2011-06-18 15:44:31 -0700 |
---|---|---|
committer | Alex Converse <alex.converse@gmail.com> | 2011-06-18 22:12:21 -0700 |
commit | 1e3d5eec8e758cfdd76370c80b9d0cc76c2c7b84 (patch) | |
tree | e4a32c1fa2826c1d2d03caa66b29ccd7c031738f /libavcodec/sipr.c | |
parent | cb372931ff3e55e47965db7b02c01df1e1b6a043 (diff) | |
download | ffmpeg-1e3d5eec8e758cfdd76370c80b9d0cc76c2c7b84.tar.gz |
sipr: include string.h for mem*()
Diffstat (limited to 'libavcodec/sipr.c')
-rw-r--r-- | libavcodec/sipr.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/sipr.c b/libavcodec/sipr.c index f4f12d8c4d..85d1419ef9 100644 --- a/libavcodec/sipr.c +++ b/libavcodec/sipr.c @@ -23,6 +23,7 @@ #include <math.h> #include <stdint.h> +#include <string.h> #include "libavutil/mathematics.h" #include "avcodec.h" |