diff options
author | gabucino <gabucino@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2003-11-13 21:00:31 +0000 |
---|---|---|
committer | gabucino <gabucino@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2003-11-13 21:00:31 +0000 |
commit | 1e12952a83fdc099cf70fadb8b7c88691528ef98 (patch) | |
tree | 0facb70adc5850dcb4a306f42460565154eb8dd7 /etc | |
parent | 2f75c8e9d306d8626fdfb066bf0d167463339498 (diff) |
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
Diffstat (limited to 'etc')
-rw-r--r-- | etc/inttypes.h.link | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/inttypes.h.link b/etc/inttypes.h.link new file mode 100644 index 0000000000..2f22a52fe9 --- /dev/null +++ b/etc/inttypes.h.link @@ -0,0 +1,4 @@ + +// fallback if the user doesn't have inttypes.h (libc5 systems) + +#include <sys/bitypes.h> |