---
 libavcodec/adpcm.h |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/libavcodec/adpcm.h b/libavcodec/adpcm.h
index 3a054c0..16facb6 100644
--- a/libavcodec/adpcm.h
+++ b/libavcodec/adpcm.h
@@ -26,6 +26,8 @@
 #ifndef AVCODEC_ADPCM_H
 #define AVCODEC_ADPCM_H
 
+#include <stdint.h>
+
 #define BLKSIZE 1024
 
 typedef struct ADPCMChannelStatus {
-- 
1.7.1

_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to