nir: s/malloc.h/stdlib.h/
authorVinson Lee <vlee@freedesktop.org>
Sat, 17 Jan 2015 00:14:51 +0000 (16:14 -0800)
committerVinson Lee <vlee@freedesktop.org>
Sat, 17 Jan 2015 00:14:51 +0000 (16:14 -0800)
commit10a4f1e77aec66dfc1af4092ebd5be39383c3223
tree7a3c49be5343d75ec7f2462e242077b141acea41
parenta9f657ded1de1a43b16e942d8910239df4c92999
nir: s/malloc.h/stdlib.h/

Fix build error on Mac OS X.

  CC       nir_to_ssa.lo
nir_to_ssa.c:29:10: fatal error: 'malloc.h' file not found
         ^

Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=88478
Signed-off-by: Vinson Lee <vlee@freedesktop.org>
src/glsl/nir/nir_to_ssa.c