diff options
Diffstat (limited to 'cp_mv.c')
-rw-r--r-- | cp_mv.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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; |