aboutsummaryrefslogtreecommitdiff
path: root/shell/match.c
diff options
context:
space:
mode:
Diffstat (limited to 'shell/match.c')
-rw-r--r--shell/match.c3
1 files changed, 1 insertions, 2 deletions
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 <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"