diff options
author | ivo <ivo@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2004-09-27 22:11:37 +0000 |
---|---|---|
committer | ivo <ivo@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2004-09-27 22:11:37 +0000 |
commit | 9959813cc69d21c75aa38015518bb90507679143 (patch) | |
tree | d99dc984ea2e7e80c704183e1d6f669fdb98e780 | |
parent | ab6b2a7c5deb6a05d78c56c23b5bf468db0c6a74 (diff) |
changed include of stdint.h to inttypes.h
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13498 b3059339-0415-0410-9bf9-f77b7e298cf2
-rw-r--r-- | libvo/md5sum.h | 2 |
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: |