usage.c: remove reference to busybox.h
*: s/include "busybox.h"/include "libbb.h"
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
// - avoid silent script failures, especially under load...
|
||||
// - link status monitoring (restart on link-up; stop on link-down)
|
||||
|
||||
#include "busybox.h"
|
||||
#include "libbb.h"
|
||||
#include <syslog.h>
|
||||
#include <poll.h>
|
||||
#include <sys/wait.h>
|
||||
|
||||
Reference in New Issue
Block a user