From 2709a71f46acb65535a8ee871a352d2ff1fb82df Mon Sep 17 00:00:00 2001 From: realtradam Date: Wed, 3 May 2023 22:01:52 -0400 Subject: fix cmake build files for both linux and web --- src/input/rodeo_input.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/input') diff --git a/src/input/rodeo_input.c b/src/input/rodeo_input.c index 3d46546..158fa79 100644 --- a/src/input/rodeo_input.c +++ b/src/input/rodeo_input.c @@ -6,7 +6,7 @@ #include "rodeo/log.h" // -- external -- -#include "SDL2/SDL.h" +#include "SDL.h" static irodeo_input_state_t istate = {0}; -- cgit v1.2.3