diff --git a/include/SDL_shape.h b/include/SDL_shape.h index e6a44f683..4d032ae0f 100644 --- a/include/SDL_shape.h +++ b/include/SDL_shape.h @@ -62,7 +62,6 @@ extern DECLSPEC SDL_Window * SDLCALL SDL_CreateShapedWindow(const char *title,un extern DECLSPEC SDL_bool SDLCALL SDL_WindowIsShaped(const SDL_Window *window); extern DECLSPEC int SDLCALL SDL_SelectShapeRenderer(const SDL_Window *window); - /* Ends C function definitions when using C++ */ #ifdef __cplusplus /* *INDENT-OFF* */ diff --git a/src/video/SDL_shape.c b/src/video/SDL_shape.c index 154ea4871..6df038dca 100644 --- a/src/video/SDL_shape.c +++ b/src/video/SDL_shape.c @@ -20,6 +20,7 @@ eligottlieb@gmail.com */ #include "SDL_config.h" + #include "SDL.h" #include "SDL_video.h" #include "SDL_sysvideo.h"