diff options
Diffstat (limited to 'lib.c')
-rw-r--r-- | lib.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -45,7 +45,7 @@ #define NOMINMAX #include <windows.h> #endif -#if HAVE_MEMALIGN +#if HAVE_MALLOC_H #include <malloc.h> #endif #include "lib.h" |