Compilation fixes for Mac. Works with g++ 4.4 from MacPorts
This commit is contained in:
parent
34b67d0621
commit
027c0e46ee
@ -21,6 +21,10 @@ or see http://www.gnu.org/licenses/agpl.txt.
|
||||
#ifndef TYPEDEFS_H_
|
||||
#define TYPEDEFS_H_
|
||||
|
||||
#ifdef __APPLE__
|
||||
#include <signal.h>
|
||||
#endif
|
||||
|
||||
#include <climits>
|
||||
|
||||
using namespace std;
|
||||
|
Loading…
Reference in New Issue
Block a user