-- Add FreeBSD support to VST3 SDK fplatform.h. --- libs/JUCE/modules/juce_audio_processors/format_types/VST3_SDK/pluginterfaces/base/fplatform.h.orig 2026-05-17 03:55:19 UTC +++ libs/JUCE/modules/juce_audio_processors/format_types/VST3_SDK/pluginterfaces/base/fplatform.h @@ -95,7 +95,7 @@ //----------------------------------------------------------------------------- // LINUX //----------------------------------------------------------------------------- -#elif __gnu_linux__ || __linux__ +#elif __gnu_linux__ || __linux__ || defined(__FreeBSD__) || defined(__DragonFly__) #define SMTG_OS_LINUX 1 #define SMTG_OS_MACOS 0 #define SMTG_OS_WINDOWS 0 @@ -107,7 +107,7 @@ #define SMTG_CPU_ARM __arm__ #define SMTG_CPU_ARM_64 __aarch64__ - #include + #include #if __BYTE_ORDER == __LITTLE_ENDIAN #define BYTEORDER kLittleEndian #else