commit | 1943aec2ec390d9fda159aa0412362780ec83f09 | [log] [tgz] |
---|---|---|
author | Denis Vlasenko <vda.linux@googlemail.com> | Thu Apr 09 14:15:57 2009 +0000 |
committer | Denis Vlasenko <vda.linux@googlemail.com> | Thu Apr 09 14:15:57 2009 +0000 |
tree | ec9ddd365d2232d9fb621b79000cbf20f1410cda | |
parent | efea9d2819165b414b81a47c8227ae007bd5382a [diff] [blame] |
hush: plug the leak of expanded heredoc
diff --git a/shell/math.c b/shell/math.c index 8a44c8e..cc298bd 100644 --- a/shell/math.c +++ b/shell/math.c
@@ -26,8 +26,7 @@ * rewrote arith (see notes to this), added locale support, * rewrote dynamic variables. */ - -#include "busybox.h" +#include "libbb.h" #include "math.h" #define a_e_h_t arith_eval_hooks_t