From 88a602bc64fc2a86411d67881439a04486f95030 Mon Sep 17 00:00:00 2001 From: Brecht Van Lommel Date: Sat, 24 Sep 2022 01:16:38 +0200 Subject: Fix build error in blenloader on macOS after recent changes --- source/blender/blenloader/intern/readfile.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source/blender/blenloader/intern') 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 /* Include header using off_t before poisoning it below. */ + #ifdef WIN32 # include "BLI_winstuff.h" #endif -- cgit v1.2.3