From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: implicitfield <114500360+implicitfield@users.noreply.github.com> Date: Mon, 2 Dec 2024 20:37:43 +0200 Subject: [PATCH] Teach platform.h about minerva --- libexfat/platform.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libexfat/platform.h b/libexfat/platform.h index 9bd125a..4a48323 100644 --- a/libexfat/platform.h +++ b/libexfat/platform.h @@ -24,7 +24,7 @@ #ifndef PLATFORM_H_INCLUDED #define PLATFORM_H_INCLUDED -#if defined(__linux__) || defined(__GLIBC__) || defined(__GNU__) +#if defined(__linux__) || defined(__GLIBC__) || defined(__GNU__) || defined(__minerva__) #include <endian.h> #include <byteswap.h>