]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
Include <sys/types.h> unconditionally, instead of
authorJim Meyering <jim@meyering.net>
Fri, 4 Jul 2003 11:38:37 +0000 (11:38 +0000)
committerJim Meyering <jim@meyering.net>
Fri, 4 Jul 2003 11:38:37 +0000 (11:38 +0000)
having it depend on HAVE_SYS_TYPES_H.

lib/xreadlink.c

index e4c565f8bb9e1bf292a2d83459d966f4556ae26b..f5cce16eb8f9adf763c0deec7c44556b66feedc2 100644 (file)
@@ -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