diff options
Diffstat (limited to 'selinux/matchpathcon.c')
-rw-r--r-- | selinux/matchpathcon.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/selinux/matchpathcon.c b/selinux/matchpathcon.c index 4e33c99f1..8d681d02f 100644 --- a/selinux/matchpathcon.c +++ b/selinux/matchpathcon.c | |||
@@ -4,7 +4,7 @@ | |||
4 | * Port to busybox: KaiGai Kohei <kaigai@kaigai.gr.jp> | 4 | * Port to busybox: KaiGai Kohei <kaigai@kaigai.gr.jp> |
5 | * | 5 | * |
6 | */ | 6 | */ |
7 | #include "busybox.h" | 7 | #include "libbb.h" |
8 | 8 | ||
9 | static int print_matchpathcon(char *path, int noprint) | 9 | static int print_matchpathcon(char *path, int noprint) |
10 | { | 10 | { |