diff options
author | Michael Brown <mcb30@etherboot.org> | 2007-07-24 14:05:32 +0100 |
---|---|---|
committer | Michael Brown <mcb30@etherboot.org> | 2007-07-24 14:05:32 +0100 |
commit | 3f338b7b80cd9719033a290af14921c552e6c408 (patch) | |
tree | 0952ecfad8534253822282d3a598e58a72e55713 /src/include/nic.h | |
parent | ed9ba18ec6ee7bf7f90dbaf940cc03003789c1a5 (diff) | |
download | ipxe-3f338b7b80cd9719033a290af14921c552e6c408.tar.gz |
Include errno.h in the few drivers which use it, rather than in nic.h
Diffstat (limited to 'src/include/nic.h')
-rw-r--r-- | src/include/nic.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/include/nic.h b/src/include/nic.h index 0f4822529..9d8efd8a2 100644 --- a/src/include/nic.h +++ b/src/include/nic.h @@ -11,7 +11,6 @@ #include <stdint.h> #include <string.h> #include <stdio.h> -#include <errno.h> #include <byteswap.h> #include <gpxe/pci.h> #include <gpxe/isapnp.h> |