(in 'src/util/util_guarded_allocator.h', when compiling 'src/util/util_guarded_allocator.cpp')
If WITH_BLENDER_GUARDEDALLOC is not defined, GuardedAllocator::allocate falls back to malloc. However, malloc is not declared, so compiler complains...
This patch provides malloc declaration.