瀏覽代碼

crc32: Fixed include path.

Ryan C. Gordon 4 年之前
父節點
當前提交
55e59a4f33
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/stdlib/SDL_crc32.c

+ 1 - 1
src/stdlib/SDL_crc32.c

@@ -18,7 +18,7 @@
      misrepresented as being the original software.
   3. This notice may not be removed or altered from any source distribution.
 */
-#include "../../SDL_internal.h"
+#include "../SDL_internal.h"
 
 #include "SDL_stdinc.h"