Paul Eggert wrote:
> diff --git a/tests/test-file-has-acl.c b/tests/test-file-has-acl.c
> index 1a10286cd2..c076660942 100644
> --- a/tests/test-file-has-acl.c
> +++ b/tests/test-file-has-acl.c
> @@ -22,6 +22,7 @@
>  
>  #include <signal.h>
>  #include <stdio.h>
> +#include <string.h>
>  #include <stdlib.h>
>  #include <unistd.h>
>  #include <sys/types.h>
> 

Why include <string.h> ? I see nothing that uses it.

Bruno




Reply via email to