Fix some formatting
[oweals/busybox.git] / cp_mv.c
diff --git a/cp_mv.c b/cp_mv.c
index 9bcac02d49e40816e32e4f95849bce89b526bf83..41b981b72e3fa75e85becae7f8fb54f6ba61d6a9 100644 (file)
--- a/cp_mv.c
+++ b/cp_mv.c
@@ -42,6 +42,7 @@
 #include <unistd.h>
 #include <errno.h>
 #include <getopt.h>
+#include <stdlib.h>
 
 static const int is_cp = 0;
 static const int is_mv = 1;