comparison src/SDL_fatal.c @ 2984:0b160c970b7e

Fixed some dependency issues with SDL_revision.h
author Sam Lantinga <slouken@libsdl.org>
date Sun, 04 Jan 2009 05:41:52 +0000
parents 99210400e8b9
children dc1eb82ffdaa
comparison
equal deleted inserted replaced
2983:388c5a2daeac 2984:0b160c970b7e
25 25
26 #ifdef HAVE_SIGNAL_H 26 #ifdef HAVE_SIGNAL_H
27 27
28 #include <signal.h> 28 #include <signal.h>
29 29
30 #include "SDL.h" 30 #include "SDL_stdinc.h"
31 #include "SDL_fatal.h" 31 #include "SDL_fatal.h"
32 32
33 /* This installs some signal handlers for the more common fatal signals, 33 /* This installs some signal handlers for the more common fatal signals,
34 so that if the programmer is lazy, the app doesn't die so horribly if 34 so that if the programmer is lazy, the app doesn't die so horribly if
35 the program crashes. 35 the program crashes.