summaryrefslogtreecommitdiff
path: root/shell/math.c
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2009-04-09 14:15:57 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2009-04-09 14:15:57 +0000
commit1943aec2ec390d9fda159aa0412362780ec83f09 (patch)
treeec9ddd365d2232d9fb621b79000cbf20f1410cda /shell/math.c
parentefea9d2819165b414b81a47c8227ae007bd5382a (diff)
downloadbusybox-w32-1943aec2ec390d9fda159aa0412362780ec83f09.tar.gz
busybox-w32-1943aec2ec390d9fda159aa0412362780ec83f09.tar.bz2
busybox-w32-1943aec2ec390d9fda159aa0412362780ec83f09.zip
hush: plug the leak of expanded heredoc
Diffstat (limited to 'shell/math.c')
-rw-r--r--shell/math.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/shell/math.c b/shell/math.c
index 8a44c8e88..cc298bd24 100644
--- a/shell/math.c
+++ b/shell/math.c
@@ -26,8 +26,7 @@
26 * rewrote arith (see notes to this), added locale support, 26 * rewrote arith (see notes to this), added locale support,
27 * rewrote dynamic variables. 27 * rewrote dynamic variables.
28 */ 28 */
29 29#include "libbb.h"
30#include "busybox.h"
31#include "math.h" 30#include "math.h"
32 31
33#define a_e_h_t arith_eval_hooks_t 32#define a_e_h_t arith_eval_hooks_t