Skip to content

Commit

Permalink
Merge pull request #129 from orbea/musl
Browse files Browse the repository at this point in the history
util: fix the musl build
  • Loading branch information
Themaister authored Feb 15, 2024
2 parents 7ab5dc4 + 9e78ed6 commit c1eaa5e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions util/aligned_alloc.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
*/

#include "aligned_alloc.hpp"
#include <stdint.h>
#include <stdlib.h>
#include <string.h>
#ifdef _WIN32
Expand Down

0 comments on commit c1eaa5e

Please sign in to comment.