diff options
author | Michael Brown <mcb30@etherboot.org> | 2006-04-19 01:56:10 +0000 |
---|---|---|
committer | Michael Brown <mcb30@etherboot.org> | 2006-04-19 01:56:10 +0000 |
commit | d24042f0bb361f00b0b157d1054845659781d8c7 (patch) | |
tree | 3d9ad073766e2dc9919ce932b2650e9c24915926 /src/core/vsprintf.c | |
parent | 4f3581e99ccf3ed9cdf7abd49d5f9d2675890c75 (diff) | |
download | ipxe-d24042f0bb361f00b0b157d1054845659781d8c7.tar.gz |
Update now that if_ether.h has moved.
Diffstat (limited to 'src/core/vsprintf.c')
-rw-r--r-- | src/core/vsprintf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/vsprintf.c b/src/core/vsprintf.c index 83a494a6..e3ff7d9d 100644 --- a/src/core/vsprintf.c +++ b/src/core/vsprintf.c @@ -1,5 +1,5 @@ #include <stdarg.h> -#include "if_ether.h" /* for ETH_ALEN */ +#include <gpxe/if_ether.h> /* for ETH_ALEN */ #include "limits.h" /* for CHAR_BIT */ #include "console.h" #include "errno.h" |