Include stdlib.h unconditionally. On some old systems for which
authorJim Meyering <jim@meyering.net>
Tue, 27 Nov 2001 12:55:16 +0000 (12:55 +0000)
committerJim Meyering <jim@meyering.net>
Tue, 27 Nov 2001 12:55:16 +0000 (12:55 +0000)
commit65d5eb615dd9066d46ba6601ca05050ee8caad02
tree8933d2533ed3369642a2d4aac0691ea47a26130b
parent0bb8253d33125a7bf91255caa85e189902b56102
Include stdlib.h unconditionally.  On some old systems for which
STDC_HEADERS is 0, it was not included, resulting in a warning
about an integer-to-pointer conversion problem with getenv.
lib/tempname.c