From d68f8326740a6a8d0b97b00e774d23c1a5c336a2 Mon Sep 17 00:00:00 2001 From: Miller Puckette Date: Sat, 31 Dec 2005 20:55:25 +0000 Subject: Took a bunch of patches... more to come but these are the ones that might break stuff so I'll sync here. svn path=/trunk/; revision=4336 --- pd/src/d_soundfile.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'pd/src/d_soundfile.c') diff --git a/pd/src/d_soundfile.c b/pd/src/d_soundfile.c index 9b51c10f..f0216126 100644 --- a/pd/src/d_soundfile.c +++ b/pd/src/d_soundfile.c @@ -27,6 +27,11 @@ objects use Posix-like threads. */ #define MAXSFCHANS 64 +#ifdef _LARGEFILE64_SOURCE +# define open open64 +# define lseek lseek64 +#endif + /***************** soundfile header structures ************************/ typedef unsigned short uint16; -- cgit v1.2.1