From 0b9fbc68d060da006b68b44b690ccc9e826c851b Mon Sep 17 00:00:00 2001 From: Alexey Yakovenko Date: Thu, 21 Jan 2010 22:07:23 +0100 Subject: few fixes to compile on non-linux plaftorms --- plugins/sndfile/sndfile.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'plugins/sndfile') diff --git a/plugins/sndfile/sndfile.c b/plugins/sndfile/sndfile.c index 0202439e..d44b8e16 100644 --- a/plugins/sndfile/sndfile.c +++ b/plugins/sndfile/sndfile.c @@ -16,6 +16,9 @@ along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ +#ifndef __linux__ +#define _LARGEFILE64_SOURCE +#endif #include #include #include "../../deadbeef.h" -- cgit v1.2.3