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 8f01d5c06..19720d6bc 100644 --- a/networking/dnsd.c +++ b/networking/dnsd.c | |||
@@ -17,8 +17,8 @@ | |||
17 | * the first porting of oao' scdns to busybox also. | 17 | * the first porting of oao' scdns to busybox also. |
18 | */ | 18 | */ |
19 | 19 | ||
20 | #include <syslog.h> | ||
21 | #include "libbb.h" | 20 | #include "libbb.h" |
21 | #include <syslog.h> | ||
22 | 22 | ||
23 | //#define DEBUG 1 | 23 | //#define DEBUG 1 |
24 | #define DEBUG 0 | 24 | #define DEBUG 0 |