From 0ca7ab2cf81d270ccc9fbaeecbd3c21361e5f82c Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Sun, 25 Nov 2012 19:20:35 -0800 Subject: Explicitly check for malloc.h --- Alc/helpers.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Alc/helpers.c') 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 #include #include -#ifdef HAVE__ALIGNED_MALLOC +#ifdef HAVE_MALLOC_H #include #endif -- cgit v1.2.3