diff --git a/src/main/psp/SDL_psp_main.c b/src/main/psp/SDL_psp_main.c index fb3dd4474..8eb173fb4 100644 --- a/src/main/psp/SDL_psp_main.c +++ b/src/main/psp/SDL_psp_main.c @@ -8,7 +8,6 @@ #include "SDL_main.h" #include #include -#include #ifdef main #undef main @@ -45,7 +44,7 @@ int sdl_psp_callback_thread(SceSize args, void *argp) int sdl_psp_setup_callbacks(void) { - int thid = 0; + int thid; thid = sceKernelCreateThread("update_thread", sdl_psp_callback_thread, 0x11, 0xFA0, 0, 0); if(thid >= 0)