Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'coreutils/cut.c')
-rw-r--r--coreutils/cut.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/cut.c b/coreutils/cut.c
index fec52d3d4..1d36a4e88 100644
--- a/coreutils/cut.c
+++ b/coreutils/cut.c
@@ -26,7 +26,7 @@
#include <string.h>
#include <ctype.h>
#include <errno.h>
-#include "internal.h"
+#include "busybox.h"
/* globals from other files */