summaryrefslogtreecommitdiff
path: root/libavcodec/sipr.c
diff options
context:
space:
mode:
authorAlex Converse <alex.converse@gmail.com>2011-06-18 15:44:31 -0700
committerAlex Converse <alex.converse@gmail.com>2011-06-18 22:12:21 -0700
commit1e3d5eec8e758cfdd76370c80b9d0cc76c2c7b84 (patch)
treee4a32c1fa2826c1d2d03caa66b29ccd7c031738f /libavcodec/sipr.c
parentcb372931ff3e55e47965db7b02c01df1e1b6a043 (diff)
sipr: include string.h for mem*()
Diffstat (limited to 'libavcodec/sipr.c')
-rw-r--r--libavcodec/sipr.c1
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"