From fc7a8dbcb767509c0469f1b509f48a8c2017afc0 Mon Sep 17 00:00:00 2001 From: Christopher Snowhill Date: Tue, 7 Jun 2022 18:58:45 -0700 Subject: [PATCH] [Vorbis Plugin] Fix compilation on case sensitive Fix compilation when source code is checked out on a case sensitive file system. Signed-off-by: Christopher Snowhill --- Plugins/Vorbis/VorbisDecoder.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Plugins/Vorbis/VorbisDecoder.h b/Plugins/Vorbis/VorbisDecoder.h index a915d4be9..18a75d7a0 100644 --- a/Plugins/Vorbis/VorbisDecoder.h +++ b/Plugins/Vorbis/VorbisDecoder.h @@ -13,8 +13,8 @@ #define __MACOSX__ #define HAVE_CONFIG_H -#import -#import +#import +#import #undef __MACOSX__ #undef HAVE_CONFIG_H