aboutsummaryrefslogtreecommitdiff
path: root/windows/alloca.h
blob: 1cf77226696d2ba11138010ea5d7abf758d8ab9a (plain)
1
2
3
// Compatibility header to workaround lack of native alloca.h in some
// Windows toolchains.
#include <malloc.h>