1
0
mirror of https://github.com/mpv-player/mpv synced 2024-12-12 01:46:16 +00:00
mpv/etc/inttypes.h.link
gabucino 1e12952a83 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
2003-11-13 21:00:31 +00:00

5 lines
91 B
SYSTEMD

// fallback if the user doesn't have inttypes.h (libc5 systems)
#include <sys/bitypes.h>