Compilation fixes for Mac. Works with g++ 4.4 from MacPorts

This commit is contained in:
Dennis Luxen 2010-08-25 19:15:17 +00:00
parent 34b67d0621
commit 027c0e46ee

View File

@ -21,6 +21,10 @@ or see http://www.gnu.org/licenses/agpl.txt.
#ifndef TYPEDEFS_H_ #ifndef TYPEDEFS_H_
#define TYPEDEFS_H_ #define TYPEDEFS_H_
#ifdef __APPLE__
#include <signal.h>
#endif
#include <climits> #include <climits>
using namespace std; using namespace std;