mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-03-02 19:15:18 +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
|
||||
|
||||
#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
|
||||
|
||||
Reference in New Issue
Block a user