aboutsummaryrefslogtreecommitdiff
path: root/coreutils/dd.c
diff options
context:
space:
mode:
Diffstat (limited to 'coreutils/dd.c')
-rw-r--r--coreutils/dd.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/coreutils/dd.c b/coreutils/dd.c
index 8a40aa77f..38dacc71d 100644
--- a/coreutils/dd.c
+++ b/coreutils/dd.c
@@ -8,7 +8,6 @@
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 <signal.h> /* For FEATURE_DD_SIGNAL_HANDLING */
12#include "libbb.h" 11#include "libbb.h"
13 12
14/* This is a NOEXEC applet. Be very careful! */ 13/* This is a NOEXEC applet. Be very careful! */