diff options
author | Chris Robinson <[email protected]> | 2016-03-29 00:44:58 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2016-03-29 00:44:58 -0700 |
commit | 2ccc1d1d8a6ecc5c025e99518038fcc7a001d949 (patch) | |
tree | 9e9c2c60e8215c3431a2f3065639e69b2a9ce16c /Alc/alcRing.c | |
parent | ca309e685e88244c3b380acd5eabbc65364665b2 (diff) |
Move the aligned malloc functions to the common lib
Diffstat (limited to 'Alc/alcRing.c')
-rw-r--r-- | Alc/alcRing.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Alc/alcRing.c b/Alc/alcRing.c index e9a40a12..05db7bc3 100644 --- a/Alc/alcRing.c +++ b/Alc/alcRing.c @@ -25,6 +25,7 @@ #include "alMain.h" #include "threads.h" +#include "almalloc.h" #include "compat.h" |