diff options
Diffstat (limited to 'net/dns.c')
-rw-r--r-- | net/dns.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/dns.c b/net/dns.c index 67d761d7c0f..e35c4dca7c5 100644 --- a/net/dns.c +++ b/net/dns.c @@ -25,6 +25,7 @@ #include <common.h> #include <command.h> #include <env.h> +#include <log.h> #include <net.h> #include <asm/unaligned.h> |