From 84f1b9500820abb43ff59abf6c3fdbd1c41d815d Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Mon, 5 Oct 2020 13:39:39 -0400 Subject: [PATCH] url: fixed wrong include. --- src/misc/SDL_url.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/misc/SDL_url.c b/src/misc/SDL_url.c index 3f49bb9d2..ef42a5022 100644 --- a/src/misc/SDL_url.c +++ b/src/misc/SDL_url.c @@ -19,7 +19,7 @@ 3. This notice may not be removed or altered from any source distribution. */ -#include "../../SDL_internal.h" +#include "../SDL_internal.h" #include "SDL_error.h" extern int SDL_SYS_OpenURL(const char *url);