diff options
author | Chris Robinson <[email protected]> | 2012-11-25 19:20:35 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2012-11-25 19:20:35 -0800 |
commit | 0ca7ab2cf81d270ccc9fbaeecbd3c21361e5f82c (patch) | |
tree | 9c54d8dd04f65b760d8a9afc603b09124f320d4a /Alc/helpers.c | |
parent | a0c39989f58f80f0ce4d97c4a2d62dffd1046d52 (diff) |
Explicitly check for malloc.h
Diffstat (limited to 'Alc/helpers.c')
-rw-r--r-- | Alc/helpers.c | 2 |
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 |