瀏覽代碼

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