diff options
Diffstat (limited to 'runit/chpst.c')
-rw-r--r-- | runit/chpst.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runit/chpst.c b/runit/chpst.c index 7b90784..8eb1e8a 100644 --- a/runit/chpst.c +++ b/runit/chpst.c @@ -28,7 +28,7 @@ ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /* Busyboxed by Denis Vlasenko <vda.linux@googlemail.com> */ /* Dependencies on runit_lib.c removed */ -#include "busybox.h" +#include "libbb.h" #include <dirent.h> |