diff asfcrypt.h @ 2779:149800f1778e libavformat

Add missing #includes to fix 'make checkheaders'.
author diego
date Sat, 24 Nov 2007 10:08:02 +0000
parents 49bf9801a0af
children 1b6245500d8c
line wrap: on
line diff
--- a/asfcrypt.h	Sat Nov 24 07:09:32 2007 +0000
+++ b/asfcrypt.h	Sat Nov 24 10:08:02 2007 +0000
@@ -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 */