From a5abb32ab258d9158ee982ef1b2ca4765914cf8a Mon Sep 17 00:00:00 2001 From: Alexey Yakovenko Date: Wed, 25 Jun 2014 21:31:42 +0200 Subject: junklib: O_LARGEFILE fix for bsd --- junklib.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'junklib.c') diff --git a/junklib.c b/junklib.c index e62c848c..a8531248 100644 --- a/junklib.c +++ b/junklib.c @@ -51,6 +51,9 @@ uint16_t sj_to_unicode[] = { #include #include #include +#ifndef __linux__ +#define O_LARGEFILE 0 +#endif #include #include "playlist.h" #include "utf8.h" -- cgit v1.2.3