Fix some formatting
[oweals/busybox.git] / touch.c
diff --git a/touch.c b/touch.c
index 1b03075e813f35837a61a9efc8c9f0f9253eecd1..fa2f3b6092c952c26329432a33742292c86559f5 100644 (file)
--- a/touch.c
+++ b/touch.c
@@ -28,6 +28,8 @@
 #include <fcntl.h>
 #include <utime.h>
 #include <errno.h>
+#include <unistd.h>
+#include <stdlib.h>
 
 extern int touch_main(int argc, char **argv)
 {