summaryrefslogtreecommitdiff
path: root/libavcodec/adpcm.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/adpcm.h')
-rw-r--r--libavcodec/adpcm.h2
1 files changed, 2 insertions, 0 deletions
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 <stdint.h>
+
#define BLKSIZE 1024
typedef struct ADPCMChannelStatus {