changeset 3644:09ce26cedfd2

Fixed compiler warning (missing prototype for SDL_Quit())
author Sam Lantinga <slouken@libsdl.org>
date Wed, 13 Jan 2010 05:24:03 +0000
parents 41253c0fa9b3
children 9ad81be2e259
files src/SDL_fatal.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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 <signal.h>
 
-#include "SDL_stdinc.h"
+#include "SDL.h"
 #include "SDL_fatal.h"
 
 /* This installs some signal handlers for the more common fatal signals,