From 4299532c6946d960e9f18fce66583f2101c8d6c3 Mon Sep 17 00:00:00 2001 From: Monty Date: Wed, 10 May 2000 23:22:35 +0000 Subject: [PATCH] Added inttypes.h for BeOS Monty svn path=/trunk/vorbis/; revision=386 --- include/vorbis/os_types.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/include/vorbis/os_types.h b/include/vorbis/os_types.h index d4a578e..9a63a86 100644 --- a/include/vorbis/os_types.h +++ b/include/vorbis/os_types.h @@ -14,7 +14,7 @@ ******************************************************************** function: #ifdef jail to whip a few platforms into the UNIX ideal. - last mod: $Id: os_types.h,v 1.1 2000/05/01 06:27:54 jon Exp $ + last mod: $Id: os_types.h,v 1.2 2000/05/10 23:22:35 xiphmont Exp $ ********************************************************************/ @@ -23,5 +23,9 @@ typedef __int64 int64_t; typedef unsigned int u_int32_t; #endif +#ifdef __BEOS__ +#include +#endif + #endif // _OS_TYPES_H -- 2.7.4