diff options
| author | Michael Brown | 2007-01-15 09:44:05 +0100 |
|---|---|---|
| committer | Michael Brown | 2007-01-15 09:44:05 +0100 |
| commit | ec75b269d3fd1ba7a1fbff5309c6f30b207a5e71 (patch) | |
| tree | bbd257f4d8d89b44eac470d1adf2315ff4df2743 /src/core | |
| parent | Add ETIMEDOUT (diff) | |
| download | ipxe-ec75b269d3fd1ba7a1fbff5309c6f30b207a5e71.tar.gz ipxe-ec75b269d3fd1ba7a1fbff5309c6f30b207a5e71.tar.xz ipxe-ec75b269d3fd1ba7a1fbff5309c6f30b207a5e71.zip | |
Add missing include
Diffstat (limited to 'src/core')
| -rw-r--r-- | src/core/nvo.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/nvo.c b/src/core/nvo.c index 24fb1e65f..14ed4e194 100644 --- a/src/core/nvo.c +++ b/src/core/nvo.c @@ -18,6 +18,7 @@ #include <stdint.h> #include <string.h> +#include <errno.h> #include <gpxe/dhcp.h> #include <gpxe/nvs.h> #include <gpxe/nvo.h> |
