commit | ba248206fe50b4b905e220cdb68f4959593c17e7 | [log] [tgz] |
---|---|---|
author | "Vladimir N. Oleynik" <dzo@simtreas.ru> | Thu Oct 06 15:18:09 2005 +0000 |
committer | "Vladimir N. Oleynik" <dzo@simtreas.ru> | Thu Oct 06 15:18:09 2005 +0000 |
tree | 04d3f095436c25870280cb70a55d6bb8ee3f517f | |
parent | 664c6e7ea0ed6c78ed84e4055532e9d32e38731b [diff] [blame] |
change strange depend to libbb.h, but require busybox.h
diff --git a/debianutils/run_parts.c b/debianutils/run_parts.c index 6205595..9031435 100644 --- a/debianutils/run_parts.c +++ b/debianutils/run_parts.c
@@ -52,7 +52,7 @@ #include <getopt.h> #include <stdlib.h> -#include "libbb.h" +#include "busybox.h" static const struct option runparts_long_options[] = { { "test", 0, NULL, 't' },