diff options
Diffstat (limited to 'networking/nslookup.c')
-rw-r--r-- | networking/nslookup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/nslookup.c b/networking/nslookup.c index 424a0e4b9..608e65462 100644 --- a/networking/nslookup.c +++ b/networking/nslookup.c | |||
@@ -12,7 +12,7 @@ | |||
12 | */ | 12 | */ |
13 | 13 | ||
14 | #include <resolv.h> | 14 | #include <resolv.h> |
15 | #include "busybox.h" | 15 | #include "libbb.h" |
16 | 16 | ||
17 | /* | 17 | /* |
18 | * I'm only implementing non-interactive mode; | 18 | * I'm only implementing non-interactive mode; |