# aligned_alloc() is in , so only _aligned_malloc() needs # --- src/tests/texdown.c.orig 2018-02-23 08:50:21 UTC +++ src/tests/texdown.c @@ -34,7 +34,9 @@ #include #include +#ifdef _WIN32 #include +#endif #include #include #include "glut_wrap.h"