sipr: include string.h for mem*()

pull/2/head
Alex Converse 14 years ago
parent cb372931ff
commit 1e3d5eec8e
  1. 1
      libavcodec/sipr.c

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

Loading…
Cancel
Save