diff options
Diffstat (limited to 'cut.c')
-rw-r--r-- | cut.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -26,7 +26,7 @@ | |||
26 | #include <string.h> | 26 | #include <string.h> |
27 | #include <ctype.h> | 27 | #include <ctype.h> |
28 | #include <errno.h> | 28 | #include <errno.h> |
29 | #include "internal.h" | 29 | #include "busybox.h" |
30 | 30 | ||
31 | 31 | ||
32 | /* globals from other files */ | 32 | /* globals from other files */ |