@@ -, +, @@ --- libopenjpeg/opj_malloc.h 2012-05-03 17:03:58.000000000 -0500 --- 83,91 ---- #else /* Not _WIN32 */ #if defined(__sun) #define HAVE_MEMALIGN + #elif defined(__FreeBSD__) + #include + #include /* Linux x86_64 and OSX always align allocations to 16 bytes */ #elif !defined(__amd64__) && !defined(__APPLE__) #define HAVE_MEMALIGN