aboutsummaryrefslogtreecommitdiff
path: root/src/net/ipv6.c
diff options
context:
space:
mode:
authorMichael Brown <mcb30@etherboot.org>2007-01-19 01:13:12 +0000
committerMichael Brown <mcb30@etherboot.org>2007-01-19 01:13:12 +0000
commit73b09ecba6dad0070e106a74eeed4bc388d60e02 (patch)
treef5ca3d4de25238da546341f367b8e52acafce43e /src/net/ipv6.c
parent06475f7b69dc15551d41f6eb3b20409a8a1f34c6 (diff)
downloadipxe-73b09ecba6dad0070e106a74eeed4bc388d60e02.zip
ipxe-73b09ecba6dad0070e106a74eeed4bc388d60e02.tar.gz
ipxe-73b09ecba6dad0070e106a74eeed4bc388d60e02.tar.bz2
Use stdio.h instead of vsprintf.h
Diffstat (limited to 'src/net/ipv6.c')
-rw-r--r--src/net/ipv6.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/ipv6.c b/src/net/ipv6.c
index 26c43dd..458a937 100644
--- a/src/net/ipv6.c
+++ b/src/net/ipv6.c
@@ -2,7 +2,7 @@
#include <stdint.h>
#include <string.h>
#include <stdlib.h>
-#include <vsprintf.h>
+#include <stdio.h>
#include <byteswap.h>
#include <gpxe/in.h>
#include <gpxe/ip6.h>