ccan: Fix failtest on Fedora 16 as stdlib.h does not imply malloc.h
authorAndrew Bartlett <abartlet@samba.org>
Tue, 10 Apr 2012 22:27:14 +0000 (08:27 +1000)
committerAndrew Bartlett <abartlet@samba.org>
Wed, 11 Apr 2012 00:30:40 +0000 (02:30 +0200)
commit73818636e01de66d7a8d98072188a60284a00d00
tree29d34c41619200229abb5009e57afcdec76062fa
parentce5ac20d1979498572d4b6f631801664a8f4a9ee
ccan: Fix failtest on Fedora 16 as stdlib.h does not imply malloc.h

The issue is that there are two different sources of the malloc
prototype, and they both need to be included otherwise the failtest
overrides chokes on the headers.

Andrew Bartlett
lib/ccan/failtest/failtest_override.h