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)
commitedbd1556c9899d3b8c56ab0b375635bd10165a8d
tree442164c470ed012e3c14875733f3490bc191f66f
parent6ff0c2a66fb36bdd6bac08993c2f3327e2cd2f28
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