diff options
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/xreadlink.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/xreadlink.c b/lib/xreadlink.c index e4c565f8b..f5cce16eb 100644 --- a/lib/xreadlink.c +++ b/lib/xreadlink.c @@ -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 |
