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 d5bfd4e89..20f849528 100644 --- a/runit/runsv.c +++ b/runit/runsv.c | |||
@@ -30,7 +30,7 @@ ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | |||
30 | 30 | ||
31 | #include <sys/poll.h> | 31 | #include <sys/poll.h> |
32 | #include <sys/file.h> | 32 | #include <sys/file.h> |
33 | #include "busybox.h" | 33 | #include "libbb.h" |
34 | #include "runit_lib.h" | 34 | #include "runit_lib.h" |
35 | 35 | ||
36 | static int selfpipe[2]; | 36 | static int selfpipe[2]; |