scripts/genksyms: fix header usage
authorArnaud Lacombe <lacombar@gmail.com>
Mon, 8 Nov 2010 23:31:53 +0000 (18:31 -0500)
committerMichal Marek <mmarek@suse.cz>
Thu, 25 Nov 2010 15:25:06 +0000 (16:25 +0100)
FreeBSD does not like <malloc.h> when __STDC__ is defined, use the standard
<stdlib.h> instead.

Signed-off-by: Arnaud Lacombe <lacombar@gmail.com>
Signed-off-by: Michal Marek <mmarek@suse.cz>

No differences found