aboutsummaryrefslogtreecommitdiffstats
path: root/src/cp.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/cp.c')
-rw-r--r--src/cp.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/cp.c b/src/cp.c
index cc55534cf..c0e6c32d3 100644
--- a/src/cp.c
+++ b/src/cp.c
@@ -24,6 +24,7 @@
#include "system.h"
#include "argmatch.h"
+#include "assure.h"
#include "backupfile.h"
#include "copy.h"
#include "cp-hash.h"
@@ -956,7 +957,7 @@ decode_preserve_arg (char const *arg, struct cp_options *x, bool on_off)
break;
default:
- abort ();
+ affirm (false);
}
s = comma;
}