Update now that if_ether.h has moved.

This commit is contained in:
Michael Brown
2006-04-19 01:56:10 +00:00
parent 4f3581e99c
commit d24042f0bb
2 changed files with 2 additions and 6 deletions

View File

@@ -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"