summaryrefslogtreecommitdiffstats
path: root/src/drivers/net/eepro.c
diff options
context:
space:
mode:
authorMichael Brown2007-07-24 15:05:32 +0200
committerMichael Brown2007-07-24 15:05:32 +0200
commit3f338b7b80cd9719033a290af14921c552e6c408 (patch)
tree0952ecfad8534253822282d3a598e58a72e55713 /src/drivers/net/eepro.c
parentAllow -Werror to be temporarily disabled using "make NO_WERROR=1" (diff)
downloadipxe-3f338b7b80cd9719033a290af14921c552e6c408.tar.gz
ipxe-3f338b7b80cd9719033a290af14921c552e6c408.tar.xz
ipxe-3f338b7b80cd9719033a290af14921c552e6c408.zip
Include errno.h in the few drivers which use it, rather than in nic.h
Diffstat (limited to 'src/drivers/net/eepro.c')
-rw-r--r--src/drivers/net/eepro.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/drivers/net/eepro.c b/src/drivers/net/eepro.c
index 2ea4b000..4d5a798e 100644
--- a/src/drivers/net/eepro.c
+++ b/src/drivers/net/eepro.c
@@ -32,6 +32,7 @@ has 34 pins, the top row of 2 are not used.
*/
#include "etherboot.h"
+#include <errno.h>
#include "nic.h"
#include <gpxe/isa.h>
#include "timer.h"