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 9ca4105d3..a815860ab 100644 --- a/networking/dnsd.c +++ b/networking/dnsd.c | |||
@@ -21,7 +21,7 @@ | |||
21 | #include <arpa/inet.h> | 21 | #include <arpa/inet.h> |
22 | #include <sys/socket.h> | 22 | #include <sys/socket.h> |
23 | #include <ctype.h> | 23 | #include <ctype.h> |
24 | #include "libbb.h" | 24 | #include "busybox.h" |
25 | 25 | ||
26 | static char *fileconf = "/etc/dnsd.conf"; | 26 | static char *fileconf = "/etc/dnsd.conf"; |
27 | #define LOCK_FILE "/var/run/dnsd.lock" | 27 | #define LOCK_FILE "/var/run/dnsd.lock" |