From 1943aec2ec390d9fda159aa0412362780ec83f09 Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Thu, 9 Apr 2009 14:15:57 +0000 Subject: hush: plug the leak of expanded heredoc --- shell/match.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'shell/match.c') diff --git a/shell/match.c b/shell/match.c index 0810fd8f6..47038d667 100644 --- a/shell/match.c +++ b/shell/match.c @@ -14,7 +14,6 @@ * * Original BSD copyright notice is retained at the end of this file. */ - #ifdef STANDALONE # include # include @@ -22,7 +21,7 @@ # include # include #else -# include "busybox.h" +# include "libbb.h" #endif #include #include "match.h" -- cgit v1.2.3