aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/ALc.c
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2016-03-29 00:44:58 -0700
committerChris Robinson <[email protected]>2016-03-29 00:44:58 -0700
commit2ccc1d1d8a6ecc5c025e99518038fcc7a001d949 (patch)
tree9e9c2c60e8215c3431a2f3065639e69b2a9ce16c /Alc/ALc.c
parentca309e685e88244c3b380acd5eabbc65364665b2 (diff)
Move the aligned malloc functions to the common lib
Diffstat (limited to 'Alc/ALc.c')
-rw-r--r--Alc/ALc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/Alc/ALc.c b/Alc/ALc.c
index 6389270c..43ec7cf9 100644
--- a/Alc/ALc.c
+++ b/Alc/ALc.c
@@ -44,6 +44,7 @@
#include "compat.h"
#include "threads.h"
#include "alstring.h"
+#include "almalloc.h"
#include "backends/base.h"