From: Fabrice Bellard Date: Thu, 13 Jun 2002 23:36:30 +0000 (+0000) Subject: reverted to inttypes.h since it gives problems on some unixes X-Git-Tag: v0.5~17608 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4fd60448590dfd09c4c889dd605a52cf9bfb808c;p=platform%2Fupstream%2Flibav.git reverted to inttypes.h since it gives problems on some unixes Originally committed as revision 690 to svn://svn.ffmpeg.org/ffmpeg/trunk --- diff --git a/libavcodec/common.h b/libavcodec/common.h index 10f882e..e4ac69c 100644 --- a/libavcodec/common.h +++ b/libavcodec/common.h @@ -77,7 +77,7 @@ typedef INT64 int64_t; /* unix */ -#include +#include #ifndef __WINE_WINDEF16_H /* workaround for typedef conflict in MPlayer (wine typedefs) */