0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 12:02:23 +02:00

changed include of stdint.h to inttypes.h

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13498 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
ivo 2004-09-27 22:11:37 +00:00
parent ab6b2a7c5d
commit 9959813cc6

View File

@ -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: