commit 4acf7c4fdd4375d581af7c5fc68ea64326bc7e09
parent cbc39e5640f1888af8968ad67240e4bcc8344a47
Author: amin <dev@aminmesbah.com>
Date: Mon, 10 Jun 2024 20:05:32 +0000
Build star sim on Windows
FossilOrigin-Name: 461146a505a1ee5a776c068361464694b1b7813a502d090a55d5f9711d223607
Diffstat:
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/src/platform_sdl.c b/src/platform_sdl.c
@@ -4,6 +4,7 @@
#include <stdbool.h>
#include <stdio.h>
+#include <string.h>
#ifndef MAP_ANONYMOUS
#define MAP_ANONYMOUS MAP_ANON
diff --git a/src/platform_sdl.h b/src/platform_sdl.h
@@ -1,6 +1,6 @@
#ifndef PLATFORM_SDL_H
-#include <SDL2/SDL.h>
+#include "SDL.h"
struct SDLOffscreenBuffer
{