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/chcon.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'selinux/chcon.c') diff --git a/selinux/chcon.c b/selinux/chcon.c index 437502c90..a8a816be0 100644 --- a/selinux/chcon.c +++ b/selinux/chcon.c @@ -5,10 +5,11 @@ * * Copyright (C) 2006 - 2007 KaiGai Kohei */ -#include "busybox.h" #include #include +#include "libbb.h" + #define OPT_RECURSIVE (1<<0) /* 'R' */ #define OPT_CHANHES (1<<1) /* 'c' */ #define OPT_NODEREFERENCE (1<<2) /* 'h' */ -- cgit v1.2.3