From 913aa610b56f425f539e1d6da27c9bacd9bdecf3 Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Mon, 5 Oct 2020 13:53:15 -0400 Subject: [PATCH] url: Include SDL_misc.h to get public function declaration. --- src/misc/SDL_url.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/misc/SDL_url.c b/src/misc/SDL_url.c index 3967a7bf8..fedbae3e5 100644 --- a/src/misc/SDL_url.c +++ b/src/misc/SDL_url.c @@ -19,6 +19,7 @@ 3. This notice may not be removed or altered from any source distribution. */ #include "../SDL_internal.h" +#include "SDL_misc.h" #include "SDL_error.h" extern int SDL_SYS_OpenURL(const char *url);