Add alloca.h, which includes malloc.h. This is neccessary for MSVC builds of dbghelp

svn path=/branches/cmake-bringup/; revision=50598
This commit is contained in:
Timo Kreuzer 2011-02-02 17:39:22 +00:00
parent 85c0b78873
commit 41d9b26507

View file

@ -0,0 +1,2 @@
#include <malloc.h>