aboutsummaryrefslogtreecommitdiff
path: root/coreutils/dd.c
diff options
context:
space:
mode:
Diffstat (limited to 'coreutils/dd.c')
-rw-r--r--coreutils/dd.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/coreutils/dd.c b/coreutils/dd.c
index 4507b5e0c..34a325ea6 100644
--- a/coreutils/dd.c
+++ b/coreutils/dd.c
@@ -8,8 +8,11 @@
8 * Licensed under GPLv2 or later, see file LICENSE in this tarball for details. 8 * Licensed under GPLv2 or later, see file LICENSE in this tarball for details.
9 */ 9 */
10 10
11#include "busybox.h"
12#include <signal.h> /* For FEATURE_DD_SIGNAL_HANDLING */ 11#include <signal.h> /* For FEATURE_DD_SIGNAL_HANDLING */
12#include "busybox.h"
13
14/* This is a NOEXEC applet. Be very careful! */
15
13 16
14static const struct suffix_mult dd_suffixes[] = { 17static const struct suffix_mult dd_suffixes[] = {
15 { "c", 1 }, 18 { "c", 1 },