aboutsummaryrefslogtreecommitdiff
path: root/chmod_chown_chgrp.c
diff options
context:
space:
mode:
Diffstat (limited to 'chmod_chown_chgrp.c')
-rw-r--r--chmod_chown_chgrp.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/chmod_chown_chgrp.c b/chmod_chown_chgrp.c
index f6ecfd6f8..08ea6eea0 100644
--- a/chmod_chown_chgrp.c
+++ b/chmod_chown_chgrp.c
@@ -29,6 +29,9 @@
29#include "messages.c" 29#include "messages.c"
30 30
31#include <stdio.h> 31#include <stdio.h>
32#include <stdlib.h>
33#include <string.h>
34#include <unistd.h>
32 35
33 36
34static long uid = -1; 37static long uid = -1;