Explorar o código

crc32: Fixed include path.

Ryan C. Gordon %!s(int64=5) %!d(string=hai) anos
pai
achega
55e59a4f33
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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.
      misrepresented as being the original software.
   3. This notice may not be removed or altered from any source distribution.
   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"
 #include "SDL_stdinc.h"