From b010178e84c950cf9b1a8b9c94ecaca79bd41895 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Tue, 31 Jan 2012 18:41:52 +0100 Subject: adpcm: Add missing stdint.h #include to fix standalone header compilation. --- libavcodec/adpcm.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libavcodec/adpcm.h') diff --git a/libavcodec/adpcm.h b/libavcodec/adpcm.h index 3a054c0e84..16facb6d0f 100644 --- a/libavcodec/adpcm.h +++ b/libavcodec/adpcm.h @@ -26,6 +26,8 @@ #ifndef AVCODEC_ADPCM_H #define AVCODEC_ADPCM_H +#include + #define BLKSIZE 1024 typedef struct ADPCMChannelStatus { -- cgit v1.2.3