Skip to content

Commit

Permalink
url: Include SDL_misc.h to get public function declaration.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Oct 5, 2020
1 parent 5f68812 commit 913aa61
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/misc/SDL_url.c
Expand Up @@ -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);
Expand Down

0 comments on commit 913aa61

Please sign in to comment.