From ef4a93426a2ccb8caa35c3e0c6c8409fa4bd8e0e Mon Sep 17 00:00:00 2001 From: Vitor Sessak Date: Sun, 29 Aug 2010 15:46:38 +0000 Subject: Include stdint.h instead of inttypes.h, it is enough for what this file need. Originally committed as revision 24966 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/ws-snd1.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/ws-snd1.c') diff --git a/libavcodec/ws-snd1.c b/libavcodec/ws-snd1.c index 68cbc540e9..5ddb8cd445 100644 --- a/libavcodec/ws-snd1.c +++ b/libavcodec/ws-snd1.c @@ -19,7 +19,7 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ -#include +#include #include "libavutil/intreadwrite.h" #include "avcodec.h" -- cgit v1.2.3