summaryrefslogtreecommitdiffstats
path: root/src/net/ethernet.c
diff options
context:
space:
mode:
authorMichael Brown2006-05-14 04:51:55 +0200
committerMichael Brown2006-05-14 04:51:55 +0200
commit2421723a150bfade4f86eb306f70028c56db1e6d (patch)
treeb31067af737c0128a4c0ff1a8df033e02f4d9c91 /src/net/ethernet.c
parentAt least cope with "%llx" by reading the correct-sized va_arg from the (diff)
downloadipxe-2421723a150bfade4f86eb306f70028c56db1e6d.tar.gz
ipxe-2421723a150bfade4f86eb306f70028c56db1e6d.tar.xz
ipxe-2421723a150bfade4f86eb306f70028c56db1e6d.zip
Rewrote printf and friends to better support standard C semantics.
Diffstat (limited to 'src/net/ethernet.c')
-rw-r--r--src/net/ethernet.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/net/ethernet.c b/src/net/ethernet.c
index cf0ddd7d..88ca6c42 100644
--- a/src/net/ethernet.c
+++ b/src/net/ethernet.c
@@ -20,6 +20,7 @@
#include <string.h>
#include <byteswap.h>
#include <assert.h>
+#include <vsprintf.h>
#include <gpxe/if_arp.h>
#include <gpxe/if_ether.h>
#include <gpxe/netdevice.h>