diff options
author | Michael Brown <mcb30@etherboot.org> | 2006-05-14 02:51:55 +0000 |
---|---|---|
committer | Michael Brown <mcb30@etherboot.org> | 2006-05-14 02:51:55 +0000 |
commit | 2421723a150bfade4f86eb306f70028c56db1e6d (patch) | |
tree | b31067af737c0128a4c0ff1a8df033e02f4d9c91 /src/net/ethernet.c | |
parent | f99e7a375e9b580a8467aad592e8ea71daa3c8ea (diff) | |
download | ipxe-2421723a150bfade4f86eb306f70028c56db1e6d.tar.gz |
Rewrote printf and friends to better support standard C semantics.
Diffstat (limited to 'src/net/ethernet.c')
-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> |