diff options
| author | Michael Brown | 2006-05-14 04:51:55 +0200 |
|---|---|---|
| committer | Michael Brown | 2006-05-14 04:51:55 +0200 |
| commit | 2421723a150bfade4f86eb306f70028c56db1e6d (patch) | |
| tree | b31067af737c0128a4c0ff1a8df033e02f4d9c91 /src/net | |
| parent | At least cope with "%llx" by reading the correct-sized va_arg from the (diff) | |
| download | ipxe-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')
| -rw-r--r-- | src/net/ethernet.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/net/ethernet.c b/src/net/ethernet.c index cf0ddd7d8..88ca6c42d 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> |
