changeset 12434:7915312dd862 libavcodec

Include stdint.h instead of inttypes.h, it is enough for what this file need.
author vitor
date Sun, 29 Aug 2010 15:46:38 +0000
parents 46724a37cc2d
children fe78a4548d12
files ws-snd1.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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 <inttypes.h>
+#include <stdint.h>
 #include "libavutil/intreadwrite.h"
 #include "avcodec.h"