[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] file-has-acl: new function file_has_aclinfo
From: |
Bruno Haible |
Subject: |
Re: [PATCH] file-has-acl: new function file_has_aclinfo |
Date: |
Wed, 02 Oct 2024 00:20:57 +0200 |
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