mirror of
git://git.sv.gnu.org/coreutils
synced 2026-05-09 16:39:34 -04:00
Include <sys/types.h> unconditionally, instead of
having it depend on HAVE_SYS_TYPES_H.
This commit is contained in:
+1
-3
@@ -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