Răsfoiți Sursa

crc32: Fixed include path.

Ryan C. Gordon 5 ani în urmă
părinte
comite
55e59a4f33
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  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"