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:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user