summaryrefslogtreecommitdiff
path: root/libavcodec/ws-snd1.c
diff options
context:
space:
mode:
authorVitor Sessak <vitor1001@gmail.com>2010-08-29 15:46:38 +0000
committerVitor Sessak <vitor1001@gmail.com>2010-08-29 15:46:38 +0000
commitef4a93426a2ccb8caa35c3e0c6c8409fa4bd8e0e (patch)
treed364027a11212179747bd5732398152b0ad002dd /libavcodec/ws-snd1.c
parentb20359f51a1c3be5603be9908061b27f883f9467 (diff)
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
Diffstat (limited to 'libavcodec/ws-snd1.c')
-rw-r--r--libavcodec/ws-snd1.c2
1 files changed, 1 insertions, 1 deletions
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 <inttypes.h>
+#include <stdint.h>
#include "libavutil/intreadwrite.h"
#include "avcodec.h"