make FEATURE_HAVE_RPC auto-selectable by mount and inetd sub-features
[oweals/busybox.git] / networking / nslookup.c
index 8076aff981f2105768bd757e0c343140b6af1d7d..608e6546257d2bfaa4fba54eede012bf665c0847 100644 (file)
@@ -12,7 +12,7 @@
  */
 
 #include <resolv.h>
-#include "busybox.h"
+#include "libbb.h"
 
 /*
  *  I'm only implementing non-interactive mode;
@@ -147,7 +147,7 @@ int nslookup_main(int argc, char **argv)
        /* (but it also says "may be enabled in /etc/resolv.conf|) */
        /*_res.options |= RES_USE_INET6;*/
 
-       if(argc == 3)
+       if (argc == 3)
                set_default_dns(argv[2]);
 
        server_print();