mirror of
https://https.git.savannah.gnu.org/git/coreutils.git
synced 2026-01-27 09:54:28 +00:00
Include <sys/types.h> unconditionally, instead of
having it depend on HAVE_SYS_TYPES_H.
This commit is contained in:
parent
aae3b8e336
commit
2ada37fa94
@ -30,9 +30,7 @@ extern int errno;
|
||||
#endif
|
||||
|
||||
#include <limits.h>
|
||||
#if HAVE_SYS_TYPES_H
|
||||
# include <sys/types.h>
|
||||
#endif
|
||||
#include <sys/types.h>
|
||||
#if HAVE_STDLIB_H
|
||||
# include <stdlib.h>
|
||||
#endif
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user