From 777d0f19f803d3108c20823dadf121760667ac0b Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Mon, 5 Oct 2020 14:06:25 -0400 Subject: [PATCH] url: patched to compile on macOS. --- src/misc/macosx/SDL_sysurl.m | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/misc/macosx/SDL_sysurl.m b/src/misc/macosx/SDL_sysurl.m index 18324e335..80247f343 100644 --- a/src/misc/macosx/SDL_sysurl.m +++ b/src/misc/macosx/SDL_sysurl.m @@ -21,6 +21,8 @@ #include "../../SDL_internal.h" +#import + int SDL_SYS_OpenURL(const char *url) { @autoreleasepool