Explorar o código

url: fixed wrong include.

Ryan C. Gordon %!s(int64=5) %!d(string=hai) anos
pai
achega
84f1b95008
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/misc/SDL_url.c

+ 1 - 1
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);