From cb155a6b5d2fd10b8b935c22de82f26c35614a17 Mon Sep 17 00:00:00 2001 From: Micah Cowan Date: Thu, 18 Oct 2007 22:55:39 -0700 Subject: [PATCH] Workaround for broken Tru64 inttypes.h. --- src/ChangeLog | 5 +++++ src/sysdep.h | 2 ++ 2 files changed, 7 insertions(+) diff --git a/src/ChangeLog b/src/ChangeLog index acc02901..ef37729d 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +2007-10-18 Steven Schweda + + * sysdep.h: #include as well as , to work + around a glitch on Tru64 systems. + 2007-10-18 Micah Cowan * Makefile.am: version.c should not be distributed. Removed diff --git a/src/sysdep.h b/src/sysdep.h index 580e3d55..fe48925b 100644 --- a/src/sysdep.h +++ b/src/sysdep.h @@ -111,6 +111,8 @@ void *alloca (size_t); #include #ifdef HAVE_INTTYPES_H + /* Compaq C V6.5-303 (dtk) on HP Tru64 UNIX V5.1B (Rev. 2650) needs: */ +# include # include #endif -- 2.39.2