diff options
Diffstat (limited to 'src/engine/client/ec_gfx.c')
| -rw-r--r-- | src/engine/client/ec_gfx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/engine/client/ec_gfx.c b/src/engine/client/ec_gfx.c index 6a760be7..c4e892cc 100644 --- a/src/engine/client/ec_gfx.c +++ b/src/engine/client/ec_gfx.c @@ -3,7 +3,7 @@ #ifdef CONFIG_NO_SDL #include <GL/glfw.h> #else - #include <SDL/SDL.h> + #include "SDL.h" #include <GL/gl.h> #include <GL/glu.h> #endif |