summaryrefslogtreecommitdiff
path: root/sdl.c
diff options
context:
space:
mode:
Diffstat (limited to 'sdl.c')
-rw-r--r--sdl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sdl.c b/sdl.c
index 48ff2d391..bb73f4482 100644
--- a/sdl.c
+++ b/sdl.c
@@ -439,7 +439,7 @@ static uint32 ConvertSdlKeyIntoMy(SDL_keysym *sym)
return (key << 16) + sym->unicode;
}
-void DoExitSave(void);
+extern void DoExitSave(void);
static int PollEvent(void)
{