Skip to content

Commit

Permalink
url: fixed wrong include.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Oct 5, 2020
1 parent 77c9d73 commit 84f1b95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/misc/SDL_url.c
Expand Up @@ -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);
Expand Down

0 comments on commit 84f1b95

Please sign in to comment.