summaryrefslogtreecommitdiffstats
path: root/src/core/nvo.c
diff options
context:
space:
mode:
authorMichael Brown2007-01-15 09:44:05 +0100
committerMichael Brown2007-01-15 09:44:05 +0100
commitec75b269d3fd1ba7a1fbff5309c6f30b207a5e71 (patch)
treebbd257f4d8d89b44eac470d1adf2315ff4df2743 /src/core/nvo.c
parentAdd ETIMEDOUT (diff)
downloadipxe-ec75b269d3fd1ba7a1fbff5309c6f30b207a5e71.tar.gz
ipxe-ec75b269d3fd1ba7a1fbff5309c6f30b207a5e71.tar.xz
ipxe-ec75b269d3fd1ba7a1fbff5309c6f30b207a5e71.zip
Add missing include
Diffstat (limited to 'src/core/nvo.c')
-rw-r--r--src/core/nvo.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/nvo.c b/src/core/nvo.c
index 24fb1e65..14ed4e19 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>