diff options
-rw-r--r-- | sdl_zoom.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sdl_zoom.h b/sdl_zoom.h index 9bc13ae05a..74955bc944 100644 --- a/sdl_zoom.h +++ b/sdl_zoom.h @@ -14,7 +14,7 @@ #ifndef SDL_zoom_h #define SDL_zoom_h -#include <SDL/SDL.h> +#include <SDL.h> #define SMOOTHING_OFF 0 #define SMOOTHING_ON 1 |