Fix some formatting
[oweals/busybox.git] / chmod_chown_chgrp.c
index f6ecfd6f86879143039528bdf4f5d207feb34b35..08ea6eea0bed3f870df4a6ff055f4ae77b215b3f 100644 (file)
@@ -29,6 +29,9 @@
 #include "messages.c"
 
 #include <stdio.h>
+#include <stdlib.h>
+#include <string.h>
+#include <unistd.h>
 
 
 static long uid = -1;