From 65bf6cf8610ed8e9541db6df3060ab390002ef36 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') diff --git a/plugins/sndfile/sndfile.c b/plugins/sndfile/sndfile.c index e6dfb7ce..2b33d8ce 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