summaryrefslogtreecommitdiffhomepage
path: root/src/rodeo_math.c
diff options
context:
space:
mode:
authorrealtradam <[email protected]>2023-05-03 22:01:52 -0400
committerrealtradam <[email protected]>2023-05-03 22:01:52 -0400
commit2709a71f46acb65535a8ee871a352d2ff1fb82df (patch)
tree33383118312a364f491c93770da53c16c7f21141 /src/rodeo_math.c
parent87ca456c3f3e97f149604bc033fdd57998e2dcd4 (diff)
downloadRodeoKit-2709a71f46acb65535a8ee871a352d2ff1fb82df.tar.gz
RodeoKit-2709a71f46acb65535a8ee871a352d2ff1fb82df.zip
fix cmake build files for both linux and web
Diffstat (limited to 'src/rodeo_math.c')
-rw-r--r--src/rodeo_math.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rodeo_math.c b/src/rodeo_math.c
index a6f5042..06b6240 100644
--- a/src/rodeo_math.c
+++ b/src/rodeo_math.c
@@ -10,7 +10,7 @@
#include <math.h>
// -- external --
-#include "SDL2/SDL.h"
+#include "SDL.h"
#include "stc/crandom.h"
#define CGLM_FORCE_DEPTH_ZERO_TO_ONE
#include "cglm/cglm.h"