Seems more platforms want <signal.h>

This commit is contained in:
Henrik Rydgard 2013-01-07 00:04:54 +01:00
parent a1bf5a2a10
commit 05faceca3a

View File

@ -23,7 +23,7 @@
#define INFO_LEVEL 4 // General information.
#define DEBUG_LEVEL 5 // Detailed debugging - might make things slow.
#ifdef __SYMBIAN32__
#ifndef _WIN32
#include <signal.h>
#endif