From 55e59a4f33a859477379a59f0e2db2f697c69455 Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Mon, 16 Nov 2020 18:48:13 -0500 Subject: [PATCH] crc32: Fixed include path. --- src/stdlib/SDL_crc32.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/stdlib/SDL_crc32.c b/src/stdlib/SDL_crc32.c index 5b9f5d62c..4a5778b39 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"