summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorgabucino <gabucino@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-11-13 21:00:31 +0000
committergabucino <gabucino@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-11-13 21:00:31 +0000
commit1e12952a83fdc099cf70fadb8b7c88691528ef98 (patch)
tree0facb70adc5850dcb4a306f42460565154eb8dd7 /etc
parent2f75c8e9d306d8626fdfb066bf0d167463339498 (diff)
downloadmpv-1e12952a83fdc099cf70fadb8b7c88691528ef98.tar.bz2
mpv-1e12952a83fdc099cf70fadb8b7c88691528ef98.tar.xz
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.link4
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>