summaryrefslogtreecommitdiffstats
path: root/src/core/vsprintf.c
diff options
context:
space:
mode:
authorMichael Brown2006-04-19 03:56:10 +0200
committerMichael Brown2006-04-19 03:56:10 +0200
commitd24042f0bb361f00b0b157d1054845659781d8c7 (patch)
tree3d9ad073766e2dc9919ce932b2650e9c24915926 /src/core/vsprintf.c
parentAdded ENOENT and EAFNOSUPPORT (diff)
downloadipxe-d24042f0bb361f00b0b157d1054845659781d8c7.tar.gz
ipxe-d24042f0bb361f00b0b157d1054845659781d8c7.tar.xz
ipxe-d24042f0bb361f00b0b157d1054845659781d8c7.zip
Update now that if_ether.h has moved.
Diffstat (limited to 'src/core/vsprintf.c')
-rw-r--r--src/core/vsprintf.c2
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"