aboutsummaryrefslogtreecommitdiff
path: root/cp_mv.c
diff options
context:
space:
mode:
Diffstat (limited to 'cp_mv.c')
-rw-r--r--cp_mv.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/cp_mv.c b/cp_mv.c
index 9bcac02d4..41b981b72 100644
--- a/cp_mv.c
+++ b/cp_mv.c
@@ -42,6 +42,7 @@
42#include <unistd.h> 42#include <unistd.h>
43#include <errno.h> 43#include <errno.h>
44#include <getopt.h> 44#include <getopt.h>
45#include <stdlib.h>
45 46
46static const int is_cp = 0; 47static const int is_cp = 0;
47static const int is_mv = 1; 48static const int is_mv = 1;