Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2019-04-24 05:30:35 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-04-24 05:30:35 +0300
commit1b839e85e142d488a869c9e5c30639246a17db03 (patch)
treec9efa65c3003d03942b455799e8638a0c0cdc574 /source/blender/blenloader
parent200ba764956f78348f9853c6aae506c3de832493 (diff)
Haiku: build fix
D4693 by @miqlas
Diffstat (limited to 'source/blender/blenloader')
-rw-r--r--source/blender/blenloader/intern/readfile.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenloader/intern/readfile.h b/source/blender/blenloader/intern/readfile.h
index 55824e17c32..1122950771c 100644
--- a/source/blender/blenloader/intern/readfile.h
+++ b/source/blender/blenloader/intern/readfile.h
@@ -53,7 +53,7 @@ enum eFileDataFlag {
# pragma GCC poison off_t
#endif
-#if defined(_MSC_VER) || defined(__APPLE__)
+#if defined(_MSC_VER) || defined(__APPLE__) || defined(__HAIKU__)
typedef int64_t off64_t;
#endif