changeset 11456:037cb1803716

cumulative libc5 compatibility patch ;) - helper header file for systems which have sys/bitypes.h but not inttypes.h
author gabucino
date Thu, 13 Nov 2003 21:00:31 +0000
parents 22f8732b5d97
children 1531f1690612
files etc/inttypes.h.link
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/etc/inttypes.h.link	Thu Nov 13 21:00:31 2003 +0000
@@ -0,0 +1,4 @@
+
+// fallback if the user doesn't have inttypes.h (libc5 systems)
+
+#include <sys/bitypes.h>