'struct utimbuf' is provided by <utime.h>. There's no need for <sys/types.h>. Signed-off-by: Alejandro Colomar <alx.manpages@xxxxxxxxx> --- man2/utime.2 | 1 - 1 file changed, 1 deletion(-) diff --git a/man2/utime.2 b/man2/utime.2 index 4995cf3ce..55ea8fc27 100644 --- a/man2/utime.2 +++ b/man2/utime.2 @@ -33,7 +33,6 @@ utime, utimes \- change file last access and modification times .SH SYNOPSIS .nf -.B #include <sys/types.h> .B #include <utime.h> .PP .BI "int utime(const char *" filename ", const struct utimbuf *" times ); -- 2.32.0