0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 12:02:23 +02:00
mpv/etc/inttypes.h
diego 44d67d88e1 Simplified support for libc5 systems.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11891 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-01-30 09:07:28 +00:00

5 lines
91 B
C

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