From e6f655a2c971ccdd8cface3a7003e538531331f4 Mon Sep 17 00:00:00 2001 From: ksherlock Date: Sun, 13 Mar 2011 05:22:02 +0000 Subject: [PATCH] git-svn-id: https://profuse.googlecode.com/svn/branches/v2@384 aa027e90-d47c-11dd-86d7-074df07e0730 --- bin/fuse_pascal.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/bin/fuse_pascal.cpp b/bin/fuse_pascal.cpp index ccfa4c4..2f6d72a 100644 --- a/bin/fuse_pascal.cpp +++ b/bin/fuse_pascal.cpp @@ -9,8 +9,12 @@ #include + +#ifdef __APPLE__ #define __FreeBSD__ 10 #define __DARWIN_64_BIT_INO_T 1 +#endif + #define _FILE_OFFSET_BITS 64 #define FUSE_USE_VERSION 27