OSDN Git Service

sipr: include string.h for mem*()
authorAlex Converse <alex.converse@gmail.com>
Sat, 18 Jun 2011 22:44:31 +0000 (15:44 -0700)
committerAlex Converse <alex.converse@gmail.com>
Sun, 19 Jun 2011 05:12:21 +0000 (22:12 -0700)
libavcodec/sipr.c

index f4f12d8..85d1419 100644 (file)
@@ -23,6 +23,7 @@
 
 #include <math.h>
 #include <stdint.h>
+#include <string.h>
 
 #include "libavutil/mathematics.h"
 #include "avcodec.h"