summaryrefslogtreecommitdiffstats
path: root/lib.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib.c')
-rw-r--r--lib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib.c b/lib.c
index be0622cb..304bee3a 100644
--- a/lib.c
+++ b/lib.c
@@ -45,7 +45,7 @@
#define NOMINMAX
#include <windows.h>
#endif
-#if HAVE_MEMALIGN
+#if HAVE_MALLOC_H
#include <malloc.h>
#endif
#include "lib.h"