diff options
| author | realtradam <[email protected]> | 2023-05-03 22:01:52 -0400 |
|---|---|---|
| committer | realtradam <[email protected]> | 2023-05-03 22:01:52 -0400 |
| commit | 2709a71f46acb65535a8ee871a352d2ff1fb82df (patch) | |
| tree | 33383118312a364f491c93770da53c16c7f21141 /src/input/rodeo_input.c | |
| parent | 87ca456c3f3e97f149604bc033fdd57998e2dcd4 (diff) | |
| download | RodeoKit-2709a71f46acb65535a8ee871a352d2ff1fb82df.tar.gz RodeoKit-2709a71f46acb65535a8ee871a352d2ff1fb82df.zip | |
fix cmake build files for both linux and web
Diffstat (limited to 'src/input/rodeo_input.c')
| -rw-r--r-- | src/input/rodeo_input.c | 2 |
1 files changed, 1 insertions, 1 deletions
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}; |
