# HG changeset patch # User Sam Lantinga # Date 1263360243 0 # Node ID 09ce26cedfd290f00e27e267345b31495c75a156 # Parent 41253c0fa9b3e34c732feb9c729e204c7cf1ae31 Fixed compiler warning (missing prototype for SDL_Quit()) diff -r 41253c0fa9b3 -r 09ce26cedfd2 src/SDL_fatal.c --- a/src/SDL_fatal.c Wed Jan 13 05:21:30 2010 +0000 +++ b/src/SDL_fatal.c Wed Jan 13 05:24:03 2010 +0000 @@ -27,7 +27,7 @@ #include -#include "SDL_stdinc.h" +#include "SDL.h" #include "SDL_fatal.h" /* This installs some signal handlers for the more common fatal signals,