aboutsummaryrefslogtreecommitdiff
path: root/net/net6.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/net6.c')
-rw-r--r--net/net6.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/net6.c b/net/net6.c
index 4cff98d..2dd64c0 100644
--- a/net/net6.c
+++ b/net/net6.c
@@ -9,12 +9,12 @@
/* Simple IPv6 network layer implementation */
+#include <common.h>
#include <env_internal.h>
#include <malloc.h>
#include <net.h>
#include <net6.h>
#include <ndisc.h>
-#include <vsprintf.h>
/* NULL IPv6 address */
struct in6_addr const net_null_addr_ip6 = ZERO_IPV6_ADDR;