summaryrefslogtreecommitdiff
path: root/libavformat/asfcrypt.h
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2007-11-24 10:08:02 +0000
committerDiego Biurrun <diego@biurrun.de>2007-11-24 10:08:02 +0000
commitf0a838e52505fb48d15fb23554107cbd282f8132 (patch)
treed61bea91becb4b6ea8dcff35ebe215296c9ec1de /libavformat/asfcrypt.h
parent536333a0fe2e20bd7314a589635f08a451d1e12e (diff)
Add missing #includes to fix 'make checkheaders'.
Originally committed as revision 11087 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/asfcrypt.h')
-rw-r--r--libavformat/asfcrypt.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libavformat/asfcrypt.h b/libavformat/asfcrypt.h
index 4b82ae50a6..dcd9c1da7d 100644
--- a/libavformat/asfcrypt.h
+++ b/libavformat/asfcrypt.h
@@ -22,6 +22,8 @@
#ifndef FFMPEG_ASFCRYPT_H
#define FFMPEG_ASFCRYPT_H
+#include <inttypes.h>
+
void ff_asfcrypt_dec(const uint8_t key[20], uint8_t *data, int len);
#endif /* FFMPEG_ASFCRYPT_H */