diff options
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 83a494a66..e3ff7d9d1 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" |
