diff options
Diffstat (limited to 'sysdeps/unix/sysv/linux/generic/lchown.c')
-rw-r--r-- | sysdeps/unix/sysv/linux/generic/lchown.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sysdeps/unix/sysv/linux/generic/lchown.c b/sysdeps/unix/sysv/linux/generic/lchown.c index a483241fd3..379079e8ca 100644 --- a/sysdeps/unix/sysv/linux/generic/lchown.c +++ b/sysdeps/unix/sysv/linux/generic/lchown.c @@ -16,11 +16,9 @@ License along with the GNU C Library. If not, see <https://www.gnu.org/licenses/>. */ -#include <errno.h> -#include <stddef.h> #include <unistd.h> #include <fcntl.h> -#include <sys/types.h> +#include <sysdep.h> /* Change the owner and group of FILE. */ int |