summaryrefslogtreecommitdiff
path: root/src/PowderToySDL.cpp
diff options
context:
space:
mode:
authorjacob1 <jfu614@gmail.com>2013-05-20 15:30:08 (GMT)
committer jacob1 <jfu614@gmail.com>2013-05-20 15:30:08 (GMT)
commitbd262d8c929cf27b6d79e348d3f7b4b4aa939344 (patch)
treef393d62dfbbc07d850de9d73aeafd4e789af2cf8 /src/PowderToySDL.cpp
parent35f84a09422e5243432530e6239bfc3de5e9846c (diff)
parent3979395e651a5b45fa1b96a19646b72e4a20e2f8 (diff)
downloadpowder-bd262d8c929cf27b6d79e348d3f7b4b4aa939344.zip
powder-bd262d8c929cf27b6d79e348d3f7b4b4aa939344.tar.gz
Merge pull request #136 from mniip/scons
mingw compiling fixes
Diffstat (limited to 'src/PowderToySDL.cpp')
-rw-r--r--src/PowderToySDL.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/PowderToySDL.cpp b/src/PowderToySDL.cpp
index f61a55e..94559b2 100644
--- a/src/PowderToySDL.cpp
+++ b/src/PowderToySDL.cpp
@@ -16,8 +16,8 @@
#include "graphics/Graphics.h"
#if defined(LIN)
#include "icon.h"
-#include <signal.h>
#endif
+#include <signal.h>
#ifndef WIN
#include <unistd.h>
@@ -786,7 +786,6 @@ int main(int argc, char * argv[])
signal(SIGFPE, SigHandler);
signal(SIGILL, SigHandler);
signal(SIGABRT, SigHandler);
-
#endif
GameController * gameController = NULL;