Преглед на файлове

url: fixed wrong include.

Ryan C. Gordon преди 5 години
родител
ревизия
84f1b95008
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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);