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 5d3dd4c..7e89e9a 100644 --- a/coreutils/tr.c +++ b/coreutils/tr.c @@ -18,7 +18,7 @@ /* http://www.opengroup.org/onlinepubs/009695399/utilities/tr.html * TODO: xdigit, graph, print */ -#include "busybox.h" +#include "libbb.h" #define ASCII 0377 |