diff options
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 |