You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In file included from crn_decomp.cpp:18:
crunch/crn_decomp.h:345:10: fatal error: 'malloc.h' file not found
#include <malloc.h>
^~~~~~~~~~
1 error generated.
error: command 'clang' failed with exit status 1
The problem seems to be introduced in this commit: 6a21030#diff-99f7629e865e431d7ed8dd43d1f21ba5L345
Is it intentional?