1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-07-06 16:59:01 +02:00

Include <stdlib.h> unconditionally.

This commit is contained in:
Jim Meyering
2003-09-11 09:07:35 +00:00
parent e60a0548b7
commit 4e150ea968
2 changed files with 2 additions and 7 deletions
+1 -4
View File
@@ -22,10 +22,7 @@
#endif
#include <stdio.h>
#ifdef STDC_HEADERS
# include <stdlib.h>
#endif
#include <stdlib.h>
#if HAVE_UNISTD_H
# include <unistd.h>
+1 -3
View File
@@ -28,10 +28,8 @@ extern int errno;
#endif
#include <sys/types.h>
#include <stdlib.h>
#if HAVE_STDLIB_H
# include <stdlib.h>
#endif
#if HAVE_UNISTD_H
# include <unistd.h>
#endif