Changeset 450:33ecc2d0cf22

Show
Ignore:
Timestamp:
01/08/2013 02:15:40 PM (5 months ago)
Author:
Andreas Schaefer <gentryx@…>
Branch:
default
Message:

fix for compilation on Mac OS X

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • src/misc/alignedallocator.h

    r425 r450  
    22#define _libgeodecomp_misc_alignedallocator_h_ 
    33 
     4#ifdef __APPLE__ 
     5#include <stdlib.h> 
     6#else 
    47#include <malloc.h> 
     8#endif 
    59 
    610namespace LibGeoDecomp {