From ba248206fe50b4b905e220cdb68f4959593c17e7 Mon Sep 17 00:00:00 2001 From: "\"Vladimir N. Oleynik\"" Date: Thu, 6 Oct 2005 15:18:09 +0000 Subject: change strange depend to libbb.h, but require busybox.h --- debianutils/run_parts.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debianutils/run_parts.c') diff --git a/debianutils/run_parts.c b/debianutils/run_parts.c index 6205595bf..90314354c 100644 --- a/debianutils/run_parts.c +++ b/debianutils/run_parts.c @@ -52,7 +52,7 @@ #include #include -#include "libbb.h" +#include "busybox.h" static const struct option runparts_long_options[] = { { "test", 0, NULL, 't' }, -- cgit v1.2.3