From b6adbf1be29841501cc49917249e85f273e1df7c Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Sat, 26 May 2007 19:00:18 +0000 Subject: usage.c: remove reference to busybox.h *: s/include "busybox.h"/include "libbb.h" --- selinux/runcon.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'selinux/runcon.c') diff --git a/selinux/runcon.c b/selinux/runcon.c index 9f61fdbb6..741c7bba6 100644 --- a/selinux/runcon.c +++ b/selinux/runcon.c @@ -26,11 +26,12 @@ * Port to busybox: KaiGai Kohei * - based on coreutils-5.97 (in Fedora Core 6) */ -#include "busybox.h" #include #include #include +#include "libbb.h" + static context_t runcon_compute_new_context(char *user, char *role, char *type, char *range, char *command, int compute_trans) { -- cgit v1.2.3