hush: plug the leak of expanded heredoc
[oweals/busybox.git] / shell / match.c
index 0810fd8f664c2b0d43c5d9ecd3de9ac0cbdd2724..47038d667132622f7bbc4b91cdcbc4fb1a768f73 100644 (file)
@@ -14,7 +14,6 @@
  *
  * Original BSD copyright notice is retained at the end of this file.
  */
-
 #ifdef STANDALONE
 # include <stdbool.h>
 # include <stdio.h>
@@ -22,7 +21,7 @@
 # include <string.h>
 # include <unistd.h>
 #else
-# include "busybox.h"
+# include "libbb.h"
 #endif
 #include <fnmatch.h>
 #include "match.h"