From 38784172b3786de6723df26f5415ff9663741ba2 Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Wed, 13 Jan 2010 05:24:03 +0000 Subject: [PATCH] Fixed compiler warning (missing prototype for SDL_Quit()) --- src/SDL_fatal.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/SDL_fatal.c b/src/SDL_fatal.c index fde741dae..2d7b8a386 100644 --- a/src/SDL_fatal.c +++ b/src/SDL_fatal.c @@ -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,