# HG changeset patch # User vitor # Date 1283096798 0 # Node ID 7915312dd8623f3485150cdceb87b9fdd5545a62 # Parent 46724a37cc2de579f69bbe28918e2b28776f695f Include stdint.h instead of inttypes.h, it is enough for what this file need. diff -r 46724a37cc2d -r 7915312dd862 ws-snd1.c --- a/ws-snd1.c Sat Aug 28 21:17:49 2010 +0000 +++ b/ws-snd1.c Sun Aug 29 15:46:38 2010 +0000 @@ -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"