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:
authorBrecht Van Lommel <brecht@blender.org>2022-09-24 02:16:38 +0300
committerBrecht Van Lommel <brecht@blender.org>2022-09-24 02:21:26 +0300
commit88a602bc64fc2a86411d67881439a04486f95030 (patch)
tree216c939c6e77abb80cbacbc7c8c3f9405fd83a20 /source/blender/blenloader
parentff27b68f41ce511e162d6e561103c522d9507a5f (diff)
Fix build error in blenloader on macOS after recent changes
Diffstat (limited to 'source/blender/blenloader')
-rw-r--r--source/blender/blenloader/intern/readfile.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/blenloader/intern/readfile.h b/source/blender/blenloader/intern/readfile.h
index 2171d513d69..a0f19512753 100644
--- a/source/blender/blenloader/intern/readfile.h
+++ b/source/blender/blenloader/intern/readfile.h
@@ -8,6 +8,8 @@
#pragma once
+#include <stdio.h> /* Include header using off_t before poisoning it below. */
+
#ifdef WIN32
# include "BLI_winstuff.h"
#endif