sipr: include string.h for mem*()

This commit is contained in:
Alex Converse 2011-06-18 15:44:31 -07:00
parent cb372931ff
commit 1e3d5eec8e

View File

@ -23,6 +23,7 @@
#include <math.h> #include <math.h>
#include <stdint.h> #include <stdint.h>
#include <string.h>
#include "libavutil/mathematics.h" #include "libavutil/mathematics.h"
#include "avcodec.h" #include "avcodec.h"