diff des.h @ 405:bc871e7ac0dc libavutil

Add missing #includes to fix 'make checkheaders'.
author diego
date Sat, 24 Nov 2007 10:08:02 +0000
parents ba659469f48f
children 676e2c142383
line wrap: on
line diff
--- a/des.h	Fri Nov 23 00:52:56 2007 +0000
+++ b/des.h	Sat Nov 24 10:08:02 2007 +0000
@@ -22,6 +22,8 @@
 #ifndef FFMPEG_DES_H
 #define FFMPEG_DES_H
 
+#include <inttypes.h>
+
 /**
  * \brief en- or decrypt an 64-bit block of data with DES
  * \param in data to process.