summaryrefslogtreecommitdiffstats
path: root/libvo
diff options
context:
space:
mode:
authorivo <ivo@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-09-27 22:11:37 +0000
committerivo <ivo@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-09-27 22:11:37 +0000
commit9959813cc69d21c75aa38015518bb90507679143 (patch)
treed99dc984ea2e7e80c704183e1d6f669fdb98e780 /libvo
parentab6b2a7c5deb6a05d78c56c23b5bf468db0c6a74 (diff)
downloadmpv-9959813cc69d21c75aa38015518bb90507679143.tar.bz2
mpv-9959813cc69d21c75aa38015518bb90507679143.tar.xz
changed include of stdint.h to inttypes.h
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13498 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo')
-rw-r--r--libvo/md5sum.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libvo/md5sum.h b/libvo/md5sum.h
index a1179bbf67..987471d520 100644
--- a/libvo/md5sum.h
+++ b/libvo/md5sum.h
@@ -77,7 +77,7 @@
/* #include "auth_common.h" This was in the original. */
-#include <stdint.h> /* This was not... */
+#include <inttypes.h> /* This was not... */
/* -------------------------------------------------------------------------- **
* Typedefs: