diff options
Diffstat (limited to 'libavcodec/dpcm.c')
-rw-r--r-- | libavcodec/dpcm.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/dpcm.c b/libavcodec/dpcm.c index 74ca9ec8ec..be976e842c 100644 --- a/libavcodec/dpcm.c +++ b/libavcodec/dpcm.c @@ -37,6 +37,7 @@ * the fourcc 'Axan' in the 'auds' chunk of the AVI header. */ +#include "libavutil/intreadwrite.h" #include "avcodec.h" typedef struct DPCMContext { |