diff options
Diffstat (limited to 'networking/dnsd.c')
-rw-r--r-- | networking/dnsd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/dnsd.c b/networking/dnsd.c index 9ca4105..a815860 100644 --- a/networking/dnsd.c +++ b/networking/dnsd.c @@ -21,7 +21,7 @@ #include <arpa/inet.h> #include <sys/socket.h> #include <ctype.h> -#include "libbb.h" +#include "busybox.h" static char *fileconf = "/etc/dnsd.conf"; #define LOCK_FILE "/var/run/dnsd.lock" |