1
0
mirror of https://github.com/mpv-player/mpv synced 2025-01-31 04:02:06 +00:00

cumulative libc5 compatibility patch ;)

- helper header file for systems which have sys/bitypes.h but not inttypes.h


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11457 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
gabucino 2003-11-13 21:00:31 +00:00
parent 2f75c8e9d3
commit 1e12952a83

4
etc/inttypes.h.link Normal file
View File

@ -0,0 +1,4 @@
// fallback if the user doesn't have inttypes.h (libc5 systems)
#include <sys/bitypes.h>