Fix compilation on posix-compliant systems.
authorErik Verbruggen <erik.verbruggen@digia.com>
Mon, 10 Dec 2012 08:56:30 +0000 (09:56 +0100)
committerSimon Hausmann <simon.hausmann@digia.com>
Mon, 10 Dec 2012 09:12:57 +0000 (10:12 +0100)
commit49108716ea5b751cacc2492da81d5556c7b00ecc
tree8f166f238cee02864bb1ae0af930a89c52cb4d77
parent7d6a6358f80d7dfe3c8428209f5cd6c6990f73a2
Fix compilation on posix-compliant systems.

memalign is deprecated and linux-only, and malloc.h does not exist on
non-glibc systems.

Change-Id: I44942378b7514c2a3fb6cb5f60256bbcc8ffe370
Reviewed-by: Simon Hausmann <simon.hausmann@digia.com>
qv4mm.cpp