Commit 55e59a4f33a859477379a59f0e2db2f697c69455

Ryan C. Gordon 2020-11-16T18:48:13

crc32: Fixed include path.

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/src/stdlib/SDL_crc32.c b/src/stdlib/SDL_crc32.c
index 5b9f5d6..4a5778b 100644
--- a/src/stdlib/SDL_crc32.c
+++ b/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"