Include malloc.h in crypt-sha* to get alloca
commit976c428957598d0af2d1f363e23dfc8b0ab34b99
authorChristopher Dykes <cdykes@fb.com>
Mon, 23 Jan 2017 18:59:59 +0000 (23 10:59 -0800)
committerHhvm Bot <hhvm-bot@users.noreply.github.com>
Mon, 23 Jan 2017 19:12:51 +0000 (23 11:12 -0800)
tree182f40f7ce1cd781fce7130ef33e89cb7efce262
parentc84c1e2dfd33b2852e5fdfdeb68606280a2ca2d3
Include malloc.h in crypt-sha* to get alloca

Summary: Otherwise it's not declared in a way these files can use.

Reviewed By: aorenste

Differential Revision: D4446660

fbshipit-source-id: 316a7b83332750c871b2247dbc6d4739b7597be3
hphp/zend/crypt-sha256.cpp
hphp/zend/crypt-sha512.cpp