diff options
Diffstat (limited to 'runit/runsv.c')
-rw-r--r-- | runit/runsv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runit/runsv.c b/runit/runsv.c index d5bfd4e..20f8495 100644 --- a/runit/runsv.c +++ b/runit/runsv.c @@ -30,7 +30,7 @@ ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. #include <sys/poll.h> #include <sys/file.h> -#include "busybox.h" +#include "libbb.h" #include "runit_lib.h" static int selfpipe[2]; |