aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/helpers.c
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2012-11-25 19:20:35 -0800
committerChris Robinson <[email protected]>2012-11-25 19:20:35 -0800
commit0ca7ab2cf81d270ccc9fbaeecbd3c21361e5f82c (patch)
tree9c54d8dd04f65b760d8a9afc603b09124f320d4a /Alc/helpers.c
parenta0c39989f58f80f0ce4d97c4a2d62dffd1046d52 (diff)
Explicitly check for malloc.h
Diffstat (limited to 'Alc/helpers.c')
-rw-r--r--Alc/helpers.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Alc/helpers.c b/Alc/helpers.c
index 494439ba..6358f044 100644
--- a/Alc/helpers.c
+++ b/Alc/helpers.c
@@ -24,7 +24,7 @@
#include <time.h>
#include <errno.h>
#include <stdarg.h>
-#ifdef HAVE__ALIGNED_MALLOC
+#ifdef HAVE_MALLOC_H
#include <malloc.h>
#endif