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