From fe0c188b4a3593a922eae6f6a4da81bc7328c5e1 Mon Sep 17 00:00:00 2001 From: Peter Ross Date: Tue, 26 Feb 2008 09:12:55 +0000 Subject: This header just needs stdint.h, not inttypes.h, which is a superset of stdint.h. This has the sideeffect of fixing the build on Interix. patch by Pete Ross, pross xvid org Originally committed as revision 12225 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavutil/des.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavutil') diff --git a/libavutil/des.h b/libavutil/des.h index e0de03e246..70f89937c1 100644 --- a/libavutil/des.h +++ b/libavutil/des.h @@ -22,7 +22,7 @@ #ifndef FFMPEG_DES_H #define FFMPEG_DES_H -#include +#include /** * \brief en- or decrypt an 64-bit block of data with DES -- cgit v1.2.3