1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-03-10 23:14:11 +02:00

Include <sys/types.h> unconditionally, instead of

having it depend on HAVE_SYS_TYPES_H.
This commit is contained in:
Jim Meyering
2003-07-04 11:38:37 +00:00
parent aae3b8e336
commit 2ada37fa94

View File

@@ -30,9 +30,7 @@ extern int errno;
#endif #endif
#include <limits.h> #include <limits.h>
#if HAVE_SYS_TYPES_H #include <sys/types.h>
# include <sys/types.h>
#endif
#if HAVE_STDLIB_H #if HAVE_STDLIB_H
# include <stdlib.h> # include <stdlib.h>
#endif #endif