diff options
| author | Michael Brown | 2007-07-24 15:05:32 +0200 |
|---|---|---|
| committer | Michael Brown | 2007-07-24 15:05:32 +0200 |
| commit | 3f338b7b80cd9719033a290af14921c552e6c408 (patch) | |
| tree | 0952ecfad8534253822282d3a598e58a72e55713 /src/include | |
| parent | Allow -Werror to be temporarily disabled using "make NO_WERROR=1" (diff) | |
| download | ipxe-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/include')
| -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> |
