1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-07-26 10:39:01 +02:00

Revert to using #if HAVE_STDLIB_H

to guard inclusion of <stdlib.h>.
This commit is contained in:
Jim Meyering
2000-01-22 14:07:23 +00:00
parent 0f9105c7be
commit c7bd32731e
+1 -1
View File
@@ -17,7 +17,7 @@ AC_DEFUN(jm_CHECK_DECLS,
# include <strings.h>
# endif
#endif
#if STDC_HEADERS
#if HAVE_STDLIB_H
# include <stdlib.h>
#endif
#if HAVE_UNISTD_H