mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-13 19:29:53 +03:00
25 lines
684 B
Diff
25 lines
684 B
Diff
From cbbac4edeb50bd3a714bbaa4e6007fcde60e68a6 Mon Sep 17 00:00:00 2001
|
|
From: Leon Marz <main@lmarz.org>
|
|
Date: Tue, 6 May 2025 21:51:04 +0200
|
|
Subject: [PATCH] musl fix
|
|
|
|
---
|
|
src/testrender/rapidobj/rapidobj.hpp | 2 ++
|
|
1 file changed, 2 insertions(+)
|
|
|
|
diff --git a/src/testrender/rapidobj/rapidobj.hpp b/src/testrender/rapidobj/rapidobj.hpp
|
|
index 0d6c881..f0618ac 100755
|
|
--- a/src/testrender/rapidobj/rapidobj.hpp
|
|
+++ b/src/testrender/rapidobj/rapidobj.hpp
|
|
@@ -45,6 +45,8 @@ OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
|
|
|
|
#ifdef __linux__
|
|
|
|
+#define _LARGEFILE64_SOURCE
|
|
+
|
|
#include <fcntl.h>
|
|
#include <sys/stat.h>
|
|
#include <unistd.h>
|
|
--
|
|
2.49.0
|
|
|