diff options
Diffstat (limited to 'coreutils/tr.c')
-rw-r--r-- | coreutils/tr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/tr.c b/coreutils/tr.c index 5d3dd4cd8..7e89e9a80 100644 --- a/coreutils/tr.c +++ b/coreutils/tr.c | |||
@@ -18,7 +18,7 @@ | |||
18 | /* http://www.opengroup.org/onlinepubs/009695399/utilities/tr.html | 18 | /* http://www.opengroup.org/onlinepubs/009695399/utilities/tr.html |
19 | * TODO: xdigit, graph, print | 19 | * TODO: xdigit, graph, print |
20 | */ | 20 | */ |
21 | #include "busybox.h" | 21 | #include "libbb.h" |
22 | 22 | ||
23 | #define ASCII 0377 | 23 | #define ASCII 0377 |
24 | 24 | ||